Skip to content

Commit

Permalink
Switch svc_tests from using Pixel 2 to Pixel 3a.
Browse files Browse the repository at this point in the history
Bug: webrtc:15538
Change-Id: I4c7dbd0bccf25f3d90b006c71b96bf7aa7fd8c68
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/322600
Reviewed-by: Jeremy Leconte <[email protected]>
Commit-Queue: Mirko Bonadei <[email protected]>
Cr-Commit-Position: refs/heads/main@{#40880}
MirkoBonadei authored and WebRTC LUCI CQ committed Oct 6, 2023

Verified

This commit was signed with the committer’s verified signature.
tillrohrmann Till Rohrmann
1 parent 9dae1df commit b01cd19
Showing 5 changed files with 25 additions and 9 deletions.
8 changes: 4 additions & 4 deletions infra/specs/client.webrtc.json
Original file line number Diff line number Diff line change
@@ -299,7 +299,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",
@@ -752,7 +752,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",
@@ -1233,7 +1233,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",
@@ -1686,7 +1686,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",
8 changes: 8 additions & 0 deletions infra/specs/mixins.pyl
Original file line number Diff line number Diff line change
@@ -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',
8 changes: 8 additions & 0 deletions infra/specs/mixins_webrtc.pyl
Original file line number Diff line number Diff line change
@@ -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': {
2 changes: 1 addition & 1 deletion infra/specs/test_suites.pyl
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
},
'slow_peer_connection_unittests': {},
'svc_tests': {
'mixins': ['shards-4'],
'mixins': ['shards-4', 'crosshatch'],
},
'system_wrappers_unittests': {},
'test_support_unittests': {},
8 changes: 4 additions & 4 deletions infra/specs/tryserver.webrtc.json
Original file line number Diff line number Diff line change
@@ -299,7 +299,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",
@@ -776,7 +776,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",
@@ -1253,7 +1253,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",
@@ -1755,7 +1755,7 @@
"swarming": {
"dimensions": {
"android_devices": "1",
"device_type": "walleye",
"device_type": "crosshatch",
"os": "Android"
},
"service_account": "[email protected]",

0 comments on commit b01cd19

Please sign in to comment.