Skip to content

Commit 949d001

Browse files
authored
Merge pull request #35504 from dims/double-time-taken-for-building-go-runner-images
Double time taken for building go-runner images
2 parents d97748d + 86a8e9d commit 949d001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/jobs/image-pushing/releng/k8s-staging-build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ postsubmits:
7171
testgrid-alert-email: [email protected], [email protected]
7272
decorate: true
7373
decoration_config:
74-
timeout: 240m
74+
timeout: 480m
7575
grace_period: 10m
7676
run_if_changed: '^images\/build\/go-runner\/'
7777
branches:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ presubmits:
236236
cluster: k8s-infra-prow-build
237237
decorate: true
238238
decoration_config:
239-
timeout: 240m
239+
timeout: 480m
240240
grace_period: 10m
241241
run_if_changed: '^images\/build\/go-runner\/'
242242
path_alias: k8s.io/release

0 commit comments

Comments
 (0)