aboutsummaryrefslogtreecommitdiff
path: root/infra/specs/mixins_webrtc.pyl
diff options
context:
space:
mode:
Diffstat (limited to 'infra/specs/mixins_webrtc.pyl')
-rw-r--r--infra/specs/mixins_webrtc.pyl21
1 files changed, 20 insertions, 1 deletions
diff --git a/infra/specs/mixins_webrtc.pyl b/infra/specs/mixins_webrtc.pyl
index ded32c10e3..443a4450eb 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': {
@@ -150,7 +158,7 @@
},
'quick-perf-tests': {
'args': [
- '--force_fieldtrials=WebRTC-QuickPerfTest/Enabled/',
+ '--webrtc_quick_perf_test',
'--nologs',
],
},
@@ -191,6 +199,11 @@
'shards': 6,
},
},
+ 'shards-8': {
+ 'swarming': {
+ 'shards': 8,
+ },
+ },
'timeout-2h': {
'swarming': {
'hard_timeout': 7200,
@@ -211,6 +224,9 @@
'xcode_13_main': {
'args': ['--xcode-build-version', '13c100'],
'swarming': {
+ 'dimensions': {
+ 'caches': 'xcode_ios_13c100',
+ },
'named_caches': [{
'name': 'xcode_ios_13c100',
'path': 'Xcode.app'
@@ -220,6 +236,9 @@
'xcode_14_main': {
'args': ['--xcode-build-version', '14c18'],
'swarming': {
+ 'dimensions': {
+ 'caches': 'xcode_ios_14c18',
+ },
'named_caches': [{
'name': 'xcode_ios_14c18',
'path': 'Xcode.app'