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 @@ -122,6 +122,7 @@ tests:
steps:
cluster_profile: aws
workflow: openshift-e2e-aws-serial
timeout: 5h0m0s
- as: e2e-aws-ovn-single-node
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ tests:
steps:
cluster_profile: aws-2
workflow: openshift-e2e-aws-serial
timeout: 5h0m0s
- as: e2e-aws-ovn-single-node
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ tests:
steps:
cluster_profile: aws-3
workflow: openshift-e2e-aws-serial
timeout: 5h0m0s
- as: e2e-aws-ovn-single-node
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ tests:
steps:
cluster_profile: aws-2
workflow: openshift-e2e-aws-serial
timeout: 5h0m0s
- as: e2e-aws-ovn-single-node
optional: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ presubmits:
cluster: build01
context: ci/prow/e2e-aws-ovn-serial
decorate: true
decoration_config:
timeout: 5h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ presubmits:
cluster: build01
context: ci/prow/e2e-aws-ovn-serial
decorate: true
decoration_config:
timeout: 5h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ presubmits:
cluster: build01
context: ci/prow/e2e-aws-ovn-serial
decorate: true
decoration_config:
timeout: 5h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ presubmits:
cluster: build01
context: ci/prow/e2e-aws-ovn-serial
decorate: true
decoration_config:
timeout: 5h0m0s
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-2
Expand Down