Commit a9413ff7 authored by Chris Cunningham's avatar Chris Cunningham Committed by Commit Bot

Increase Windows deterministic goma jobs to 150

At default of 80, we're seeing regular timeouts for the swarming task.

Bug: 1099049
Change-Id: I9b1c2a66fc15cad0ef3e5382780b95015d8c7ed1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265454Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Commit-Queue: Chrome Cunningham <chcunningham@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782144}
parent 150edf8c
...@@ -8750,7 +8750,7 @@ buckets { ...@@ -8750,7 +8750,7 @@ buckets {
name: "swarming/deterministic_build" name: "swarming/deterministic_build"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}" properties_j: "$build/goma:{\"enable_ats\":true,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}" properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"chromium.win\"" properties_j: "mastername:\"chromium.win\""
} }
...@@ -3220,4 +3220,5 @@ ci.win_builder( ...@@ -3220,4 +3220,5 @@ ci.win_builder(
), ),
executable = 'recipe:swarming/deterministic_build', executable = 'recipe:swarming/deterministic_build',
execution_timeout = 6 * time.hour, execution_timeout = 6 * time.hour,
goma_jobs = goma.jobs.J150,
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment