blob: dece6db40eab590821d4c869ecee4db59bd3970a [file] [log] [blame]
# 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.
[
{
'name': 'client.webrtc',
'mixins': [],
'machines': {
'Android32 (M Nexus5X)': {
'mixins':
['bullhead', 'marshmallow', 'android-devices', 'logdog-butler'],
'test_suites': {
'isolated_scripts': 'android_tests',
'junit_tests': 'android_junit_tests',
},
},
'Linux64 Release': {
'os_type': 'linux',
'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'],
'test_suites': {
'isolated_scripts': 'linux_tests',
},
},
'Mac64 Release': {
'os_type': 'mac',
'mixins': ['mac11', 'x86-64', 'resultdb-json-format'],
'test_suites': {
'isolated_scripts': 'mac_tests',
},
},
'Win32 Release (Clang)': {
'os_type': 'win',
'mixins': ['win7', 'x86-64', 'resultdb-json-format'],
'test_suites': {
'isolated_scripts': 'win_tests',
},
},
},
},
{
'name': 'tryserver.webrtc',
'mixins': [],
'machines': {
'android_arm_rel': {
'mixins':
['bullhead', 'marshmallow', 'android-devices', 'logdog-butler'],
'test_suites': {
'isolated_scripts': 'android_tests_tryserver',
'junit_tests': 'android_junit_tests',
},
},
'linux_rel': {
'os_type': 'linux',
'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'],
'test_suites': {
'isolated_scripts': 'linux_tests_tryserver',
},
},
'mac_rel': {
'os_type': 'mac',
'mixins': ['mac11', 'x86-64', 'resultdb-json-format'],
'test_suites': {
'isolated_scripts': 'mac_tests_tryserver',
},
},
'win_x86_clang_rel': {
'os_type': 'win',
'mixins': ['win7', 'x86-64', 'resultdb-json-format'],
'test_suites': {
'isolated_scripts': 'win_tests_tryserver',
},
},
},
},
]