mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-07 17:26:49 +08:00
Update Mac version in bots
Bug: 448679376 Change-Id: I077cd31073889afe0519195a8c459570bc95e4a8
This commit is contained in:
parent
f5c7d8a44d
commit
75c3a834b5
@ -336,7 +336,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.ci"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -354,7 +354,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.ci"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -372,7 +372,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.ci"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -542,7 +542,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.ci"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -560,7 +560,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.ci"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -718,7 +718,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.try"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -736,7 +736,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.try"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -906,7 +906,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.try"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -924,7 +924,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.try"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
@ -942,7 +942,7 @@ buckets {
|
||||
swarming_host: "chromium-swarm.appspot.com"
|
||||
swarming_tags: "vpython:native-python-wrapper"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Mac-12"
|
||||
dimensions: "os:Mac-15"
|
||||
dimensions: "pool:luci.flex.try"
|
||||
recipe {
|
||||
name: "libyuv/libyuv"
|
||||
|
||||
@ -191,7 +191,7 @@ def get_os_dimensions(os):
|
||||
if os == "android":
|
||||
return {"device_type": "walleye"}
|
||||
if os == "ios" or os == "mac":
|
||||
return {"os": "Mac-12", "cpu": "x86-64"}
|
||||
return {"os": "Mac-15", "cpu": "x86-64"}
|
||||
elif os == "win":
|
||||
return {"os": "Windows-10", "cores": "8", "cpu": "x86-64"}
|
||||
elif os == "linux":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user