Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable flaky openshift tests #1237

Merged
merged 1 commit into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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