Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ tests:
BASE_DOMAIN: aws-2.ci.openshift.org
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-aws-ovn
- as: e2e-aws-ovn-upgrade-rollback
interval: 24h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
TEST_TYPE: upgrade-conformance
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws-ovn
timeout: 6h0m0s
- as: e2e-gcp-ovn-upgrade
cluster: build01
interval: 48h
Expand All @@ -85,17 +75,6 @@ tests:
BASE_DOMAIN: ci2.azure.devcluster.openshift.com
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-azure-ovn
- as: e2e-aws-upgrade-rollback
interval: 48h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
DELETE_MC: "false"
TEST_TYPE: upgrade
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws
timeout: 6h0m0s
- as: e2e-aws-uwm
interval: 48h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-upgrade-aws
- as: e2e-aws-upgrade-rollback
interval: 720h
steps:
cluster_profile: aws
env:
TEST_TYPE: upgrade-conformance
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws
- as: e2e-gcp-upgrade
interval: 720h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ tests:
env:
LOKI_USE_SERVICEMONITOR: ""
workflow: openshift-upgrade-aws
- as: e2e-aws-upgrade-rollback
interval: 720h
steps:
cluster_profile: aws
env:
LOKI_USE_SERVICEMONITOR: ""
TEST_TYPE: upgrade-conformance
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws
- as: e2e-gcp-upgrade
interval: 720h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ tests:
BASE_DOMAIN: ci2.azure.devcluster.openshift.com
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-azure-ovn
- as: e2e-aws-upgrade-rollback
interval: 72h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
DELETE_MC: "false"
TEST_TYPE: upgrade
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws
- as: e2e-aws-uwm
interval: 48h
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ tests:
BASE_DOMAIN: aws-2.ci.openshift.org
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-aws-ovn
- as: e2e-aws-ovn-upgrade-rollback
interval: 24h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
TEST_TYPE: upgrade-conformance
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws-ovn
- as: e2e-gcp-ovn-upgrade
interval: 48h
steps:
Expand All @@ -86,16 +77,6 @@ tests:
BASE_DOMAIN: ci2.azure.devcluster.openshift.com
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-azure-ovn
- as: e2e-aws-upgrade-rollback
interval: 48h
steps:
cluster_profile: aws-2
env:
BASE_DOMAIN: aws-2.ci.openshift.org
DELETE_MC: "false"
TEST_TYPE: upgrade
TEST_UPGRADE_OPTIONS: abort-at=99
workflow: openshift-upgrade-aws
- as: e2e-aws-uwm
interval: 48h
steps:
Expand Down
Loading