Skip to content

Commit

Permalink
Merge pull request #1237 from snyk/chore/operator-upgrades
Browse files Browse the repository at this point in the history
chore: disable flaky openshift tests
  • Loading branch information
ivanstanev authored Jan 3, 2023
2 parents e67725b + f01f7ff commit 95ee56d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 99 deletions.
43 changes: 0 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1020,21 +1020,6 @@ staging_branch_only_filter:
- staging
version: 2.1
workflows:
MANUAL_OPENSHIFT_RELEASE:
jobs:
- hold:
filters:
branches:
only:
- master
type: approval
- operator_upgrade_tests:
filters:
branches:
only:
- master
requires:
- hold
MERGE_TO_MASTER:
jobs:
- publish:
Expand Down Expand Up @@ -1115,14 +1100,6 @@ workflows:
requires:
- build_image
- build_and_upload_operator
- openshift4_integration_tests:
filters:
branches:
only:
- staging
requires:
- build_image
- build_and_upload_operator
- tag_and_push:
context: nodejs-app-release-public
filters:
Expand Down Expand Up @@ -1152,26 +1129,6 @@ workflows:
- staging
requires:
- tag_and_push
MONTHLY:
jobs:
- operator_upgrade_tests
triggers:
- schedule:
cron: 0 5 3 * *
filters:
branches:
only:
- master
NIGHTLY:
jobs:
- operator_upgrade_tests
triggers:
- schedule:
cron: 0 1 * * *
filters:
branches:
only:
- master
PR_TO_STAGING:
jobs:
- build_image:
Expand Down
112 changes: 56 additions & 56 deletions .circleci/config/@config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ workflows:
- build_image
- build_and_upload_operator
<<: *staging_branch_only_filter
- openshift4_integration_tests:
requires:
- build_image
- build_and_upload_operator
<<: *staging_branch_only_filter
# - openshift4_integration_tests:
# requires:
# - build_image
# - build_and_upload_operator
# <<: *staging_branch_only_filter
- tag_and_push:
context: nodejs-app-release-public
requires:
Expand Down Expand Up @@ -114,56 +114,56 @@ workflows:
- publish
<<: *master_branch_only_filter

NIGHTLY:
triggers:
- schedule:
cron: "0 1 * * *"
filters:
branches:
only:
- master
jobs:
- operator_upgrade_tests
# NIGHTLY:
# triggers:
# - schedule:
# cron: "0 1 * * *"
# filters:
# branches:
# only:
# - master
# jobs:
# - operator_upgrade_tests

MONTHLY:
triggers:
- schedule:
cron: "0 5 3 * *"
filters:
branches:
only:
- master
jobs:
- operator_upgrade_tests
# - push_operator_to_embedded_community_operators:
# requires:
# - operator_upgrade_tests
# - push_operator_to_community_operators:
# requires:
# - operator_upgrade_tests
# MONTHLY:
# triggers:
# - schedule:
# cron: "0 5 3 * *"
# filters:
# branches:
# only:
# - master
# jobs:
# - operator_upgrade_tests
# - push_operator_to_embedded_community_operators:
# requires:
# - operator_upgrade_tests
# - push_operator_to_community_operators:
# requires:
# - operator_upgrade_tests

MANUAL_OPENSHIFT_RELEASE:
jobs:
- hold:
<<: *master_branch_only_filter
type: approval
- operator_upgrade_tests:
<<: *master_branch_only_filter
requires:
- hold
# - sync_embedded_community_operators_with_snyk_fork:
# <<: *master_branch_only_filter
# requires:
# - operator_upgrade_tests
# - push_operator_to_embedded_community_operators:
# <<: *master_branch_only_filter
# requires:
# - sync_embedded_community_operators_with_snyk_fork
# - sync_community_operators_with_snyk_fork:
# <<: *master_branch_only_filter
# requires:
# - push_operator_to_embedded_community_operators
# - push_operator_to_community_operators:
# <<: *master_branch_only_filter
# requires:
# - sync_community_operators_with_snyk_fork
# MANUAL_OPENSHIFT_RELEASE:
# jobs:
# - hold:
# <<: *master_branch_only_filter
# type: approval
# - operator_upgrade_tests:
# <<: *master_branch_only_filter
# requires:
# - hold
# - sync_embedded_community_operators_with_snyk_fork:
# <<: *master_branch_only_filter
# requires:
# - operator_upgrade_tests
# - push_operator_to_embedded_community_operators:
# <<: *master_branch_only_filter
# requires:
# - sync_embedded_community_operators_with_snyk_fork
# - sync_community_operators_with_snyk_fork:
# <<: *master_branch_only_filter
# requires:
# - push_operator_to_embedded_community_operators
# - push_operator_to_community_operators:
# <<: *master_branch_only_filter
# requires:
# - sync_community_operators_with_snyk_fork

0 comments on commit 95ee56d

Please sign in to comment.