From 9e31bb05f123b44904afd11a1033f3a1ea65e614 Mon Sep 17 00:00:00 2001 From: Jakub Sliacan Date: Mon, 30 Oct 2023 14:50:20 +0100 Subject: [PATCH] e2e: tekton webhook check revisited --- test/e2e/features/story_openshift.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/features/story_openshift.feature b/test/e2e/features/story_openshift.feature index 6c6bf5a0c3..30edc4c17d 100644 --- a/test/e2e/features/story_openshift.feature +++ b/test/e2e/features/story_openshift.feature @@ -75,7 +75,7 @@ Feature: 4 Openshift stories Given executing "oc new-project testproj" succeeds When executing "oc apply -f pipeline-sub.yaml" succeeds Then with up to "10" retries with wait period of "30s" command "oc get csv" output matches ".*pipelines-operator(.*)Succeeded$" - Then with up to "20" retries with wait period of "30s" command "oc get pods -n openshift-pipelines" output matches ".*tekton-pipelines-webhook(.*)Running.*" + Then with up to "20" retries with wait period of "30s" command "oc get pods -n openshift-pipelines" output matches ".*tekton-pipelines-webhook(.*)1/1(.*)Running.*" When with up to "60" retries with wait period of "5s" command "oc explain task" output matches ".*KIND(.*)Task.*" When with up to "60" retries with wait period of "5s" command "oc explain taskruns" output matches ".*KIND(.*)TaskRun.*" # install tekton task