Switch svc_tests from using Pixel 2 to Pixel 3a.
Bug: webrtc:15538
Change-Id: I4c7dbd0bccf25f3d90b006c71b96bf7aa7fd8c68
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/322600
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40880}
diff --git a/infra/specs/client.webrtc.json b/infra/specs/client.webrtc.json
index 178bfd6..8778275 100644
--- a/infra/specs/client.webrtc.json
+++ b/infra/specs/client.webrtc.json
@@ -299,7 +299,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@@ -752,7 +752,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@@ -1233,7 +1233,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@@ -1686,7 +1686,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
diff --git a/infra/specs/mixins.pyl b/infra/specs/mixins.pyl
index 6675457..e3fd2f6 100644
--- a/infra/specs/mixins.pyl
+++ b/infra/specs/mixins.pyl
@@ -51,6 +51,14 @@
}
}
},
+ 'crosshatch': {
+ 'swarming': {
+ 'dimensions': {
+ 'device_type': 'crosshatch',
+ 'os': 'Android'
+ }
+ }
+ },
'fuchsia-gtest-output': {
'args': [
'--test-launcher-summary-output=${ISOLATED_OUTDIR}/gtest_output.json',
diff --git a/infra/specs/mixins_webrtc.pyl b/infra/specs/mixins_webrtc.pyl
index ded32c1..b897284 100644
--- a/infra/specs/mixins_webrtc.pyl
+++ b/infra/specs/mixins_webrtc.pyl
@@ -35,6 +35,14 @@
}
}
},
+ 'crosshatch': {
+ 'swarming': {
+ 'dimensions': {
+ 'device_type': 'crosshatch',
+ 'os': 'Android',
+ },
+ },
+ },
# Hack to use the test-launcher-summary-output flag + emulator folders for gtest-output
# but it's currently the only way to get the file out of the emulator.
'fuchsia-gtest-output': {
diff --git a/infra/specs/test_suites.pyl b/infra/specs/test_suites.pyl
index 9430d45..d898c51 100644
--- a/infra/specs/test_suites.pyl
+++ b/infra/specs/test_suites.pyl
@@ -42,7 +42,7 @@
},
'slow_peer_connection_unittests': {},
'svc_tests': {
- 'mixins': ['shards-4'],
+ 'mixins': ['shards-4', 'crosshatch'],
},
'system_wrappers_unittests': {},
'test_support_unittests': {},
diff --git a/infra/specs/tryserver.webrtc.json b/infra/specs/tryserver.webrtc.json
index c2a17f1..c7771ae 100644
--- a/infra/specs/tryserver.webrtc.json
+++ b/infra/specs/tryserver.webrtc.json
@@ -299,7 +299,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@@ -776,7 +776,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@@ -1253,7 +1253,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
@@ -1755,7 +1755,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
- "device_type": "walleye",
+ "device_type": "crosshatch",
"os": "Android"
},
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",