aboutsummaryrefslogtreecommitdiff
path: root/infra/specs/mixins.pyl
diff options
context:
space:
mode:
Diffstat (limited to 'infra/specs/mixins.pyl')
-rw-r--r--infra/specs/mixins.pyl27
1 files changed, 23 insertions, 4 deletions
diff --git a/infra/specs/mixins.pyl b/infra/specs/mixins.pyl
index 1fcb3d206e..e436846ef0 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',
@@ -168,7 +176,7 @@
'location':
'.',
'revision':
- 'git_revision:59ddedfe3849abf560cbe0b41bb8e431041cd2bb'
+ 'git_revision:32d81d877ee07af07bf03b7f70ce597e323b80ce'
}]
}
},
@@ -212,7 +220,7 @@
'args': ['--nologs']
},
'quick-perf-tests': {
- 'args': ['--force_fieldtrials=WebRTC-QuickPerfTest/Enabled/', '--nologs']
+ 'args': ['--webrtc_quick_perf_test', '--nologs']
},
'redfin': {
'swarming': {
@@ -249,6 +257,11 @@
'shards': 6
}
},
+ 'shards-8': {
+ 'swarming': {
+ 'shards': 8
+ }
+ },
'timeout-2h': {
'swarming': {
'hard_timeout': 7200,
@@ -296,6 +309,9 @@
'xcode_13_main': {
'args': ['--xcode-build-version', '13c100'],
'swarming': {
+ 'dimensions': {
+ 'caches': 'xcode_ios_13c100'
+ },
'named_caches': [{
'name': 'xcode_ios_13c100',
'path': 'Xcode.app'
@@ -305,6 +321,9 @@
'xcode_14_main': {
'args': ['--xcode-build-version', '14c18'],
'swarming': {
+ 'dimensions': {
+ 'caches': 'xcode_ios_14c18'
+ },
'named_caches': [{
'name': 'xcode_ios_14c18',
'path': 'Xcode.app'
@@ -312,10 +331,10 @@
}
},
'xcode_15_main': {
- 'args': ['--xcode-build-version', '15a5229h'],
+ 'args': ['--xcode-build-version', '15a507'],
'swarming': {
'named_caches': [{
- 'name': 'xcode_ios_15a5229h',
+ 'name': 'xcode_ios_15a507',
'path': 'Xcode.app'
}]
}