Skip to content

Commit 59a06fb

Browse files
committed
chore: Revert "REMOVE ME! testing :)"
This commit was used only to verify the CI changes in the feature branch.
1 parent 06c3d9e commit 59a06fb

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.circleci/config.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff 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

472472
workflows:
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:

0 commit comments

Comments
 (0)