mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 22:30:40 +01:00

Error when trying to access the try pool from a ci bot: https://ci.chromium.org/ui/p/webrtc/builders/ci/MacARM64%20M1%20Release/2181/overview Bug: webrtc:13899 Change-Id: Id509fae9b519ec08818861787f98e990479a1a0b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258320 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36486}
244 lines
4.7 KiB
Text
244 lines
4.7 KiB
Text
# Copyright (c) 2022 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
{
|
|
'android-devices': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'android_devices': '1',
|
|
},
|
|
},
|
|
},
|
|
'baremetal-pool': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'pool': 'WebRTC-baremetal',
|
|
},
|
|
},
|
|
},
|
|
'baremetal-try-pool': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'pool': 'WebRTC-baremetal-try',
|
|
},
|
|
},
|
|
},
|
|
'cores-12': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'cores': '12',
|
|
}
|
|
}
|
|
},
|
|
'ios-device-15.3': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'iOS-15.3',
|
|
'pool': 'chrome.tests',
|
|
},
|
|
},
|
|
},
|
|
'ios-device-perf': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'iOS-12.4.1',
|
|
'pool': 'WebRTC',
|
|
'id': 'build15-a7',
|
|
},
|
|
},
|
|
},
|
|
'ios-simulator-12.4': {
|
|
'$mixin_append': {
|
|
'args': [
|
|
'--platform',
|
|
'iPhone X',
|
|
'--version',
|
|
'12.4',
|
|
],
|
|
'swarming': {
|
|
'named_caches': [
|
|
{
|
|
'name': 'runtime_ios_12_4',
|
|
'path': 'Runtime-ios-12.4',
|
|
},
|
|
],
|
|
},
|
|
}
|
|
},
|
|
'ios-simulator-13.6': {
|
|
'$mixin_append': {
|
|
'args': [
|
|
'--platform',
|
|
'iPhone X',
|
|
'--version',
|
|
'13.6',
|
|
],
|
|
'swarming': {
|
|
'named_caches': [
|
|
{
|
|
'name': 'runtime_ios_13_6',
|
|
'path': 'Runtime-ios-13.6',
|
|
},
|
|
],
|
|
},
|
|
}
|
|
},
|
|
'ios-simulator-14.0': {
|
|
'$mixin_append': {
|
|
'args': [
|
|
'--platform',
|
|
'iPhone X',
|
|
'--version',
|
|
'14.0',
|
|
],
|
|
'swarming': {
|
|
'named_caches': [
|
|
{
|
|
'name': 'runtime_ios_14_0',
|
|
'path': 'Runtime-ios-14.0',
|
|
},
|
|
],
|
|
},
|
|
}
|
|
},
|
|
'quick-perf-tests': {
|
|
'$mixin_append': {
|
|
'args': [
|
|
'--force_fieldtrials=WebRTC-QuickPerfTest/Enabled/',
|
|
'--nologs',
|
|
],
|
|
}
|
|
},
|
|
'linux': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'Ubuntu'
|
|
}
|
|
}
|
|
},
|
|
'logdog-butler': {
|
|
'swarming': {
|
|
'cipd_packages': [
|
|
{
|
|
"cipd_package": 'infra/tools/luci/logdog/butler/${platform}',
|
|
'location': 'bin',
|
|
'revision': 'git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c',
|
|
},
|
|
],
|
|
},
|
|
},
|
|
'mac': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'Mac'
|
|
}
|
|
}
|
|
},
|
|
'mac-m1': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'cpu': 'arm64-64-Apple_M1',
|
|
'os': 'Mac',
|
|
}
|
|
}
|
|
},
|
|
'mac11': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'Mac-11'
|
|
}
|
|
}
|
|
},
|
|
'perf-low-bandwidth-audio-perf-test': {
|
|
'merge': {
|
|
'script': '//tools_webrtc/perf/process_perf_results_py2.py',
|
|
'args': ['--test-suite', 'low_bandwidth_audio_perf_test'],
|
|
},
|
|
},
|
|
'perf-pool': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'pool': 'WebRTC-perf',
|
|
},
|
|
},
|
|
},
|
|
'perf-webrtc-perf-tests': {
|
|
'merge': {
|
|
'script': '//tools_webrtc/perf/process_perf_results_py2.py',
|
|
'args': ['--test-suite', 'webrtc_perf_tests'],
|
|
},
|
|
'$mixin_append': {
|
|
'args': ['--nologs']
|
|
}
|
|
},
|
|
'resultdb-gtest-json-format': {
|
|
'$mixin_append': {
|
|
'args': [
|
|
'--gtest_output=json:${ISOLATED_OUTDIR}/gtest_output.json',
|
|
],
|
|
},
|
|
'resultdb': {
|
|
'result_format': 'gtest_json',
|
|
'result_file': '${ISOLATED_OUTDIR}/gtest_output.json',
|
|
},
|
|
},
|
|
'resultdb-json-format': {
|
|
'resultdb': {
|
|
'result_format': 'json'
|
|
}
|
|
},
|
|
'shamu': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'device_type': 'shamu',
|
|
'os': 'Android',
|
|
},
|
|
},
|
|
},
|
|
'timeout-3h': {
|
|
'swarming': {
|
|
'hard_timeout': 10800,
|
|
'io_timeout': 10800,
|
|
},
|
|
},
|
|
'webrtc-xctest': {
|
|
'$mixin_append': {
|
|
'args': [
|
|
'--xctest',
|
|
'--undefok=enable-run-ios-unittests-with-xctest',
|
|
],
|
|
},
|
|
},
|
|
'win': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'Windows'
|
|
}
|
|
}
|
|
},
|
|
'win10-1703': {
|
|
'swarming': {
|
|
'dimensions': {
|
|
'os': 'Windows-10-15063',
|
|
},
|
|
},
|
|
},
|
|
'xcode_12a7209': {
|
|
'$mixin_append': {
|
|
'args': ['--xcode-build-version', '12a7209'],
|
|
'swarming': {
|
|
'named_caches': [
|
|
{
|
|
'name': 'xcode_ios_12a7209',
|
|
'path': 'Xcode.app',
|
|
},
|
|
],
|
|
},
|
|
},
|
|
},
|
|
}
|