aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@chromium.org>2023-06-01 16:32:19 +0200
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-06-01 15:43:00 +0000
commit47731743bfc80be7434084e269105551d99ef8cb (patch)
tree93606497c7149bd361ad178e5f0c6b153ca2e5ee
parent06bd62e9b1e6075294801546432d4ef4e3d4b518 (diff)
downloadlibyuv-47731743bfc80be7434084e269105551d99ef8cb.tar.gz
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>
-rw-r--r--infra/config/cr-buildbucket.cfg12
-rwxr-xr-xinfra/config/main.star2
2 files changed, 7 insertions, 7 deletions
diff --git a/infra/config/cr-buildbucket.cfg b/infra/config/cr-buildbucket.cfg
index f931ec3f..be9d1d28 100644
--- a/infra/config/cr-buildbucket.cfg
+++ b/infra/config/cr-buildbucket.cfg
@@ -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"
diff --git a/infra/config/main.star b/infra/config/main.star
index 408ab7b7..7490a599 100755
--- a/infra/config/main.star
+++ b/infra/config/main.star
@@ -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":