Skip to content

Commit 18e7e6d

Browse files
authored
Merge pull request #35469 from justinsb/add_timeouts_to_capg_jobs
Add 3h timeouts to CAPG jobs
2 parents 532e1a1 + 9808839 commit 18e7e6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-gcp/cluster-api-provider-gcp-presubmits-main.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ presubmits:
44
always_run: true
55
optional: false
66
decorate: true
7+
decoration_config:
8+
timeout: 3h
79
path_alias: "sigs.k8s.io/cluster-api-provider-gcp"
810
cluster: eks-prow-build-cluster
911
branches:
@@ -27,6 +29,8 @@ presubmits:
2729
always_run: true
2830
optional: false
2931
decorate: true
32+
decoration_config:
33+
timeout: 3h
3034
path_alias: "sigs.k8s.io/cluster-api-provider-gcp"
3135
cluster: eks-prow-build-cluster
3236
branches:
@@ -51,6 +55,8 @@ presubmits:
5155
always_run: true
5256
optional: false
5357
decorate: true
58+
decoration_config:
59+
timeout: 3h
5460
labels:
5561
preset-dind-enabled: "true"
5662
path_alias: "sigs.k8s.io/cluster-api-provider-gcp"
@@ -79,6 +85,8 @@ presubmits:
7985
always_run: true
8086
optional: false
8187
decorate: true
88+
decoration_config:
89+
timeout: 3h
8290
path_alias: "sigs.k8s.io/cluster-api-provider-gcp"
8391
cluster: eks-prow-build-cluster
8492
labels:
@@ -307,6 +315,8 @@ presubmits:
307315
testgrid-tab-name: pr-e2e-upgrade
308316
- name: pull-cluster-api-provider-gcp-apidiff
309317
decorate: true
318+
decoration_config:
319+
timeout: 3h
310320
path_alias: "sigs.k8s.io/cluster-api-provider-gcp"
311321
always_run: true
312322
optional: true
@@ -336,6 +346,8 @@ presubmits:
336346
always_run: false
337347
optional: true
338348
decorate: true
349+
decoration_config:
350+
timeout: 3h
339351
path_alias: "sigs.k8s.io/cluster-api-provider-gcp"
340352
cluster: eks-prow-build-cluster
341353
extra_refs:

0 commit comments

Comments
 (0)