Skip to content

Commit

Permalink
e2e: check if tekton-pipelines-webhook is running
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan committed Oct 17, 2023
1 parent 82e6427 commit 92dd51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/features/story_openshift.feature
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +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.*"
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 92dd51f

Please sign in to comment.