Skip to content
Open
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 @@ -45,6 +45,7 @@ tests:
EXTRA_MG_ARGS: --host-network
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-aws-ovn
timeout: 6h0m0s
- as: e2e-azure-ovn-upgrade
optional: true
steps:
Expand All @@ -54,6 +55,7 @@ tests:
FAIL_ON_CORE_DUMP: "true"
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-azure-ovn
timeout: 6h0m0s
- as: e2e-gcp-ovn-upgrade
optional: true
steps:
Expand All @@ -63,6 +65,7 @@ tests:
FAIL_ON_CORE_DUMP: "true"
TEST_TYPE: upgrade-conformance
workflow: openshift-upgrade-gcp-ovn
timeout: 6h0m0s
zz_generated_metadata:
branch: master
org: openshift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ presubmits:
cluster: build03
context: ci/prow/4.21-upgrade-from-stable-4.20-e2e-aws-ovn-upgrade
decorate: true
decoration_config:
timeout: 6h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
Expand Down Expand Up @@ -83,6 +85,8 @@ presubmits:
cluster: build03
context: ci/prow/4.21-upgrade-from-stable-4.20-e2e-azure-ovn-upgrade
decorate: true
decoration_config:
timeout: 6h0m0s
labels:
ci-operator.openshift.io/cloud: azure4
ci-operator.openshift.io/cloud-cluster-profile: azure4
Expand Down Expand Up @@ -158,6 +162,8 @@ presubmits:
cluster: build02
context: ci/prow/4.21-upgrade-from-stable-4.20-e2e-gcp-ovn-upgrade
decorate: true
decoration_config:
timeout: 6h0m0s
labels:
ci-operator.openshift.io/cloud: gcp
ci-operator.openshift.io/cloud-cluster-profile: gcp-3
Expand Down