Skip to content

Commit

Permalink
Bump the timeout on windows deterministic
Browse files Browse the repository at this point in the history
The builder regularly hits 6 hour timeouts. A better long term solution would be to put it on faster hardware, but I'm not sure if we have the budget.

Bug: 1179586
Change-Id: Ic33be2eb6947ec80b2a60e4341b7572c45f40c90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2705986
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Auto-Submit: Gregory Guterman <guterman@google.com>
Cr-Commit-Position: refs/heads/master@{#855535}
  • Loading branch information
Greg Guterman authored and Chromium LUCI CQ committed Feb 19, 2021
1 parent d9e528c commit b8b400e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/config/generated/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16630,7 +16630,7 @@ buckets {
cmd: "recipes"
}
properties: "{\"$build/goma\":{\"enable_ats\":true,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"chromium.win\",\"recipe\":\"swarming/deterministic_build\"}"
execution_timeout_secs: 21600
execution_timeout_secs: 25200
build_numbers: YES
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
experiments {
Expand Down
2 changes: 1 addition & 1 deletion infra/config/subprojects/chromium/ci.star
Original file line number Diff line number Diff line change
Expand Up @@ -5779,7 +5779,7 @@ ci.win_builder(
short_name = "det",
),
executable = "recipe:swarming/deterministic_build",
execution_timeout = 6 * time.hour,
execution_timeout = 7 * time.hour,
goma_jobs = goma.jobs.J150,
main_console_view = "main",
)
Expand Down

0 comments on commit b8b400e

Please sign in to comment.