Skip to content

Commit

Permalink
e2e: tekton webhook check revisited
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan authored and praveenkumar committed Oct 31, 2023
1 parent e2ac7b5 commit 9e31bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/features/story_openshift.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e31bb0

Please sign in to comment.