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}
This commit is contained in:
parent
9dae1dfda7
commit
b01cd19fd7
@ -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",
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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': {
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
},
|
||||
'slow_peer_connection_unittests': {},
|
||||
'svc_tests': {
|
||||
'mixins': ['shards-4'],
|
||||
'mixins': ['shards-4', 'crosshatch'],
|
||||
},
|
||||
'system_wrappers_unittests': {},
|
||||
'test_support_unittests': {},
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user