Commit 1ec3ea9b authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Pin mac-rel to use Mac 10.13 machines.

Using MAC_ANY caused it to pick up Mac 10.15 machines, which don't
support the GN args currently used by mac-rel. Which causes them to fail
quickly and then get re-used frequently. Until we determine the solution
going forward, changing the os dimension will get the builds back to
green.

# mac-rel is broken, this change will fix it

Bug: 1073694, 1073965
Change-Id: I2620c570c443be89f27ace27cbbd9c3c25cd4010
No-Try: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163151
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762008}
parent f58d0d0c
...@@ -24694,7 +24694,7 @@ buckets: < ...@@ -24694,7 +24694,7 @@ buckets: <
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1" dimensions: "builderless:1"
dimensions: "cpu:x86-64" dimensions: "cpu:x86-64"
dimensions: "os:Mac" dimensions: "os:Mac-10.13"
dimensions: "ssd:1" dimensions: "ssd:1"
recipe: < recipe: <
name: "chromium_trybot" name: "chromium_trybot"
...@@ -27176,7 +27176,7 @@ buckets: < ...@@ -27176,7 +27176,7 @@ buckets: <
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1" dimensions: "builderless:1"
dimensions: "cpu:x86-64" dimensions: "cpu:x86-64"
dimensions: "os:Mac" dimensions: "os:Mac-10.13"
dimensions: "pool:luci.chromium.try" dimensions: "pool:luci.chromium.try"
dimensions: "ssd:1" dimensions: "ssd:1"
recipe: < recipe: <
...@@ -28835,7 +28835,7 @@ buckets: < ...@@ -28835,7 +28835,7 @@ buckets: <
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1" dimensions: "builderless:1"
dimensions: "cpu:x86-64" dimensions: "cpu:x86-64"
dimensions: "os:Mac" dimensions: "os:Mac-10.13"
dimensions: "pool:luci.chromium.try" dimensions: "pool:luci.chromium.try"
dimensions: "ssd:1" dimensions: "ssd:1"
recipe: < recipe: <
...@@ -210,6 +210,7 @@ try_.chromium_linux_builder( ...@@ -210,6 +210,7 @@ try_.chromium_linux_builder(
try_.chromium_mac_builder( try_.chromium_mac_builder(
name = 'mac-rel', name = 'mac-rel',
goma_jobs = goma.jobs.J150, goma_jobs = goma.jobs.J150,
os = os.MAC_10_13,
tryjob = try_.job(), tryjob = try_.job(),
should_exonerate_flaky_failures = True, should_exonerate_flaky_failures = True,
) )
......
...@@ -463,6 +463,7 @@ try_.chromium_linux_builder( ...@@ -463,6 +463,7 @@ try_.chromium_linux_builder(
try_.chromium_mac_builder( try_.chromium_mac_builder(
name = 'mac-rel', name = 'mac-rel',
goma_jobs = goma.jobs.J150, goma_jobs = goma.jobs.J150,
os = os.MAC_10_13,
tryjob = try_.job(), tryjob = try_.job(),
) )
......
...@@ -471,6 +471,7 @@ try_.chromium_linux_builder( ...@@ -471,6 +471,7 @@ try_.chromium_linux_builder(
try_.chromium_mac_builder( try_.chromium_mac_builder(
name = 'mac-rel', name = 'mac-rel',
goma_jobs = goma.jobs.J150, goma_jobs = goma.jobs.J150,
os = os.MAC_10_13,
tryjob = try_.job(), tryjob = try_.job(),
) )
......
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