Skip to content

Commit 97b270b

Browse files
authored
Merge pull request #35497 from dims/match-timeout-in-pull-release-image-go-runner-to-be-same-as-post-job
match timeout in pull-release-image-go-runner to be same as post job
2 parents 259a978 + e23c854 commit 97b270b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/jobs/kubernetes/release/release-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ presubmits:
236236
cluster: k8s-infra-prow-build
237237
decorate: true
238238
decoration_config:
239-
timeout: 2h
239+
timeout: 240m
240+
grace_period: 10m
240241
run_if_changed: '^images\/build\/go-runner\/'
241242
path_alias: k8s.io/release
242243
spec:

0 commit comments

Comments
 (0)