Fix CQ not finding Mac-15 x86_64 bots

https://crrev.com/c/7037174 took effect but now CQ finds no Mac-15
x86_64 bots [1]. Switch to arm64.

[1] https://ci.chromium.org/ui/p/libyuv/builders/try/ios_arm64/3589/infra

No-Try: True
Bug: chromium:448679376
Change-Id: I6b77ce004f8cbbe0ea5c434edd140dd1ece6a152
This commit is contained in:
Victor Hugo Vianna Silva 2025-10-14 17:54:58 +01:00 committed by Victor Vianna
parent 69046a8ab0
commit 293a2bc521
2 changed files with 11 additions and 11 deletions

View File

@ -335,7 +335,7 @@ buckets {
name: "Mac Asan" name: "Mac Asan"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.ci" dimensions: "pool:luci.flex.ci"
recipe { recipe {
@ -358,7 +358,7 @@ buckets {
name: "Mac64 Debug" name: "Mac64 Debug"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.ci" dimensions: "pool:luci.flex.ci"
recipe { recipe {
@ -381,7 +381,7 @@ buckets {
name: "Mac64 Release" name: "Mac64 Release"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.ci" dimensions: "pool:luci.flex.ci"
recipe { recipe {
@ -556,7 +556,7 @@ buckets {
name: "iOS ARM64 Debug" name: "iOS ARM64 Debug"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.ci" dimensions: "pool:luci.flex.ci"
recipe { recipe {
@ -579,7 +579,7 @@ buckets {
name: "iOS ARM64 Release" name: "iOS ARM64 Release"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.ci" dimensions: "pool:luci.flex.ci"
recipe { recipe {
@ -742,7 +742,7 @@ buckets {
name: "ios_arm64" name: "ios_arm64"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.try" dimensions: "pool:luci.flex.try"
recipe { recipe {
@ -765,7 +765,7 @@ buckets {
name: "ios_arm64_rel" name: "ios_arm64_rel"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.try" dimensions: "pool:luci.flex.try"
recipe { recipe {
@ -940,7 +940,7 @@ buckets {
name: "mac" name: "mac"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.try" dimensions: "pool:luci.flex.try"
recipe { recipe {
@ -963,7 +963,7 @@ buckets {
name: "mac_asan" name: "mac_asan"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.try" dimensions: "pool:luci.flex.try"
recipe { recipe {
@ -986,7 +986,7 @@ buckets {
name: "mac_rel" name: "mac_rel"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "cpu:x86-64" dimensions: "cpu:arm64"
dimensions: "os:Mac-15" dimensions: "os:Mac-15"
dimensions: "pool:luci.flex.try" dimensions: "pool:luci.flex.try"
recipe { recipe {

View File

@ -195,7 +195,7 @@ def get_os_dimensions(os):
if os == "android": if os == "android":
return {"device_type": "walleye"} return {"device_type": "walleye"}
if os == "ios" or os == "mac": if os == "ios" or os == "mac":
return {"os": "Mac-15", "cpu": "x86-64"} return {"os": "Mac-15", "cpu": "arm64"}
elif os == "win": elif os == "win":
return {"os": "Windows-10", "cores": "8", "cpu": "x86-64"} return {"os": "Windows-10", "cores": "8", "cpu": "x86-64"}
elif os == "linux": elif os == "linux":