Skip to content

Commit 7786ea3

Browse files
authored
cluster-ingress-operator: Increase timeout for e2e-aws-ovn-serial job (#65089)
This commit covers the following branches: 4.19, 4.18, 4.17, 4.16.
1 parent 6a76db8 commit 7786ea3

8 files changed

+12
-0
lines changed

ci-operator/config/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.16.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ tests:
122122
steps:
123123
cluster_profile: aws
124124
workflow: openshift-e2e-aws-serial
125+
timeout: 5h0m0s
125126
- as: e2e-aws-ovn-single-node
126127
optional: true
127128
steps:

ci-operator/config/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.17.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ tests:
122122
steps:
123123
cluster_profile: aws-2
124124
workflow: openshift-e2e-aws-serial
125+
timeout: 5h0m0s
125126
- as: e2e-aws-ovn-single-node
126127
optional: true
127128
steps:

ci-operator/config/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.18.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ tests:
122122
steps:
123123
cluster_profile: aws-3
124124
workflow: openshift-e2e-aws-serial
125+
timeout: 5h0m0s
125126
- as: e2e-aws-ovn-single-node
126127
optional: true
127128
steps:

ci-operator/config/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.19.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ tests:
122122
steps:
123123
cluster_profile: aws-2
124124
workflow: openshift-e2e-aws-serial
125+
timeout: 5h0m0s
125126
- as: e2e-aws-ovn-single-node
126127
optional: true
127128
steps:

ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.16-presubmits.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ presubmits:
225225
cluster: build01
226226
context: ci/prow/e2e-aws-ovn-serial
227227
decorate: true
228+
decoration_config:
229+
timeout: 5h0m0s
228230
labels:
229231
ci-operator.openshift.io/cloud: aws
230232
ci-operator.openshift.io/cloud-cluster-profile: aws

ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.17-presubmits.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ presubmits:
298298
cluster: build01
299299
context: ci/prow/e2e-aws-ovn-serial
300300
decorate: true
301+
decoration_config:
302+
timeout: 5h0m0s
301303
labels:
302304
ci-operator.openshift.io/cloud: aws
303305
ci-operator.openshift.io/cloud-cluster-profile: aws-2

ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.18-presubmits.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ presubmits:
298298
cluster: build01
299299
context: ci/prow/e2e-aws-ovn-serial
300300
decorate: true
301+
decoration_config:
302+
timeout: 5h0m0s
301303
labels:
302304
ci-operator.openshift.io/cloud: aws
303305
ci-operator.openshift.io/cloud-cluster-profile: aws-3

ci-operator/jobs/openshift/cluster-ingress-operator/openshift-cluster-ingress-operator-release-4.19-presubmits.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ presubmits:
371371
cluster: build01
372372
context: ci/prow/e2e-aws-ovn-serial
373373
decorate: true
374+
decoration_config:
375+
timeout: 5h0m0s
374376
labels:
375377
ci-operator.openshift.io/cloud: aws
376378
ci-operator.openshift.io/cloud-cluster-profile: aws-2

0 commit comments

Comments
 (0)