Change device dimension to any iOS device. It does not use the device, but needs to target a device to use a devicelab host.
Bug-Id: https://github.com/flutter/flutter/issues/135757
Change-Id: I256745e42a03fda8fb981db2f26a1427e0f87cac
Reviewed-on: https://flutter-review.googlesource.com/c/infra/+/64821
Commit-Queue: Victoria Ashworth <vashworth@google.com>
Reviewed-by: Matan Lurey <matanl@google.com>
diff --git a/config/generated/flutter/luci/cr-buildbucket.cfg b/config/generated/flutter/luci/cr-buildbucket.cfg
index 72a12e9..19afe90 100644
--- a/config/generated/flutter/luci/cr-buildbucket.cfg
+++ b/config/generated/flutter/luci/cr-buildbucket.cfg
@@ -64681,7 +64681,7 @@
name: "ios-usb-dependencies"
swarming_host: "chromium-swarm.appspot.com"
dimensions: "cpu:x86"
- dimensions: "device_os:iOS-16"
+ dimensions: "device_os:iOS"
dimensions: "os:Mac-14"
dimensions: "pool:luci.flutter.prod"
exe {
diff --git a/config/iostools_config.star b/config/iostools_config.star
index f8d04be..32e7e02 100644
--- a/config/iostools_config.star
+++ b/config/iostools_config.star
@@ -54,7 +54,7 @@
caches = ci_yaml.swarming_caches("flutter", "master"),
properties = properties,
os = platform_properties[platform_key]["os"],
- dimensions = {"device_os": "iOS-16", "cpu": "x86"},
+ dimensions = {"device_os": "iOS", "cpu": "x86"},
triggering_policy = scheduler.greedy_batching(
max_concurrent_invocations = 1,
),