Skip to content

Commit 94dee86

Browse files
committed
integration-race: bump timeout from 20 to 30 minutes
There were still a few jobs runs were some tests (most recently: test/integration/scheduler_perf/misc) timed out. We could split that up a bit more, but as integration testing with race detection isn't something that needs to complete quickly it's simpler to raise the timeout. To prevent accidental long job runs when this individual timeout gets reached by a higher number of packages, the job timeout gets reduced from 2h (the default) to 90m.
1 parent 947c063 commit 94dee86

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config/jobs/kubernetes/sig-testing/integration.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ presubmits:
7373
always_run: false # Has known failures.
7474
optional: true
7575
decorate: true
76+
decoration_config:
77+
timeout: 90m
7678
skip_branches:
7779
- release-\d+.\d+ # per-release job
7880
annotations:
@@ -92,7 +94,7 @@ presubmits:
9294
- runner.sh
9395
env:
9496
- name: KUBE_TIMEOUT
95-
value: "-timeout=20m"
97+
value: "-timeout=30m"
9698
- name: KUBE_RACE
9799
value: "-race"
98100
args:
@@ -219,6 +221,8 @@ periodics:
219221
cluster: k8s-infra-prow-build
220222
name: ci-kubernetes-integration-race-master
221223
decorate: true
224+
decoration_config:
225+
timeout: 90m
222226
extra_refs:
223227
- org: kubernetes
224228
repo: kubernetes
@@ -245,7 +249,7 @@ periodics:
245249
- name: SHORT
246250
value: --short=false
247251
- name: KUBE_TIMEOUT
248-
value: "-timeout=20m"
252+
value: "-timeout=30m"
249253
- name: KUBE_RACE
250254
value: "-race"
251255
# docker-in-docker needs privileged mode

0 commit comments

Comments
 (0)