mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-02-06 09:49:50 +08:00
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:
parent
06bd62e9b1
commit
47731743bf
@ -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"
|
||||
|
||||
@ -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":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user