Use walleye instead of bullhead

Bug: None
Change-Id: Iaa17f73afca4db09e6c176b7771c02dfbcea6cb0
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4580128
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
Mirko Bonadei 2023-06-01 16:32:19 +02:00 committed by libyuv LUCI CQ
parent 06bd62e9b1
commit 47731743bf
2 changed files with 7 additions and 7 deletions

View File

@ -123,7 +123,7 @@ buckets {
name: "Android Tester ARM32 Debug (Nexus 5X)"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "device_type:bullhead"
dimensions: "device_type:walleye"
dimensions: "pool:luci.flex.ci"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
@ -155,7 +155,7 @@ buckets {
name: "Android Tester ARM32 Release (Nexus 5X)"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "device_type:bullhead"
dimensions: "device_type:walleye"
dimensions: "pool:luci.flex.ci"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
@ -187,7 +187,7 @@ buckets {
name: "Android Tester ARM64 Debug (Nexus 5X)"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "device_type:bullhead"
dimensions: "device_type:walleye"
dimensions: "pool:luci.flex.ci"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
@ -1105,7 +1105,7 @@ buckets {
name: "android"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "device_type:bullhead"
dimensions: "device_type:walleye"
dimensions: "pool:luci.flex.try"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
@ -1137,7 +1137,7 @@ buckets {
name: "android_arm64"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "device_type:bullhead"
dimensions: "device_type:walleye"
dimensions: "pool:luci.flex.try"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
@ -1169,7 +1169,7 @@ buckets {
name: "android_rel"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "device_type:bullhead"
dimensions: "device_type:walleye"
dimensions: "pool:luci.flex.try"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"

View File

@ -209,7 +209,7 @@ luci.bucket(
def get_os_dimensions(os):
if os == "android":
return {"device_type": "bullhead"}
return {"device_type": "walleye"}
if os == "ios" or os == "mac":
return {"os": "Mac-12", "cpu": "x86-64"}
elif os == "win":