File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339339 export IMAGE_TAG=$([[ "$CIRCLE_BRANCH" == "staging" ]] && echo "staging-candidate" || echo "discardable") &&
340340 export KUBERNETES_MONITOR_IMAGE_NAME_AND_TAG=snyk/kubernetes-monitor:${IMAGE_TAG}-${CIRCLE_SHA1} &&
341341 docker pull ${KUBERNETES_MONITOR_IMAGE_NAME_AND_TAG} &&
342- .circleci/do-exclusively --branch chore/e2e-operator --job ${CIRCLE_JOB} npm run test:integration:openshift4
342+ .circleci/do-exclusively --branch staging --job ${CIRCLE_JOB} npm run test:integration:openshift4
343343 - run :
344344 name : Notify Slack on failure
345345 command : |
@@ -471,37 +471,6 @@ jobs:
471471
472472workflows :
473473 version : 2
474- # TODO: REMOVE THIS, ONLY TESTING :)
475- TEST :
476- jobs :
477- - build_image :
478- filters :
479- branches :
480- only :
481- - chore/e2e-operator
482- - build_operator :
483- filters :
484- branches :
485- only :
486- - chore/e2e-operator
487- - upload_operator :
488- filters :
489- branches :
490- only :
491- - chore/e2e-operator
492- requires :
493- - build_image
494- - build_operator
495- - openshift4_integration_tests :
496- filters :
497- branches :
498- only :
499- - chore/e2e-operator
500- requires :
501- - build_image
502- - build_operator
503- - upload_operator
504-
505474 PR_TO_STAGING :
506475 jobs :
507476 - build_image :
You can’t perform that action at this time.
0 commit comments