Jeremy Leconte | 0c4059c | 2022-04-04 05:58:40 | [diff] [blame] | 1 | # Copyright (c) 2022 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license |
| 4 | # that can be found in the LICENSE file in the root of the source |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
| 9 | [ |
| 10 | { |
| 11 | 'name': 'client.webrtc', |
| 12 | 'mixins': [], |
| 13 | 'machines': { |
Mirko Bonadei | b301b58 | 2022-11-16 14:19:53 | [diff] [blame] | 14 | 'Android32': { |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 15 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 16 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 17 | 'chromium-tester-service-account' |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 18 | ], |
Jeremy Leconte | 64380ce | 2022-04-05 12:27:28 | [diff] [blame] | 19 | 'test_suites': { |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 20 | 'gtest_tests': 'android_tests', |
Jeremy Leconte | 64380ce | 2022-04-05 12:27:28 | [diff] [blame] | 21 | 'junit_tests': 'android_junit_tests', |
| 22 | }, |
| 23 | }, |
Mirko Bonadei | b301b58 | 2022-11-16 14:19:53 | [diff] [blame] | 24 | 'Android32 (dbg)': { |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 25 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 26 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 27 | 'chromium-tester-service-account' |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 28 | ], |
| 29 | 'test_suites': { |
| 30 | 'gtest_tests': 'android_tests', |
| 31 | 'junit_tests': 'android_junit_tests', |
| 32 | }, |
| 33 | }, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 34 | 'Android32 (more configs)': { |
| 35 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 36 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 37 | 'chromium-tester-service-account' |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 38 | ], |
| 39 | 'test_suites': { |
| 40 | 'gtest_tests': 'more_configs_tests', |
| 41 | }, |
| 42 | }, |
Jeremy Leconte | ed1bc59 | 2022-04-11 11:22:21 | [diff] [blame] | 43 | 'Android32 Builder arm': {}, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 44 | 'Android32 Builder x86': {}, |
| 45 | 'Android32 Builder x86 (dbg)': {}, |
Mirko Bonadei | b301b58 | 2022-11-16 14:19:53 | [diff] [blame] | 46 | 'Android64': { |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 47 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 48 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 49 | 'chromium-tester-service-account' |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 50 | ], |
| 51 | 'test_suites': { |
| 52 | 'gtest_tests': 'android_tests', |
| 53 | 'junit_tests': 'android_junit_tests', |
| 54 | }, |
| 55 | }, |
Mirko Bonadei | b301b58 | 2022-11-16 14:19:53 | [diff] [blame] | 56 | 'Android64 (dbg)': { |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 57 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 58 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 59 | 'chromium-tester-service-account' |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 60 | ], |
| 61 | 'test_suites': { |
| 62 | 'gtest_tests': 'android_tests', |
| 63 | 'junit_tests': 'android_junit_tests', |
| 64 | }, |
| 65 | }, |
Jeremy Leconte | ed1bc59 | 2022-04-11 11:22:21 | [diff] [blame] | 66 | 'Android64 Builder arm64': {}, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 67 | 'Android64 Builder x64 (dbg)': {}, |
Christoffer Jansson | c06dc4d | 2022-11-29 10:26:31 | [diff] [blame] | 68 | 'Fuchsia Builder': {}, |
Christoffer Jansson | a45a7cb | 2022-09-07 12:09:51 | [diff] [blame] | 69 | 'Fuchsia Release': { |
| 70 | 'os_type': 'linux', |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 71 | 'mixins': ['linux-bionic', 'x86-64', 'has_native_resultdb_integration'], |
Christoffer Jansson | a45a7cb | 2022-09-07 12:09:51 | [diff] [blame] | 72 | 'test_suites': { |
Christoffer Jansson | f1fa705 | 2022-11-08 12:56:19 | [diff] [blame] | 73 | 'isolated_scripts': 'fuchsia_compatible_tests', |
Christoffer Jansson | a45a7cb | 2022-09-07 12:09:51 | [diff] [blame] | 74 | }, |
| 75 | }, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 76 | 'Linux (more configs)': { |
| 77 | 'os_type': 'linux', |
| 78 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 79 | 'test_suites': { |
| 80 | 'isolated_scripts': 'more_configs_tests', |
| 81 | }, |
| 82 | }, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 83 | 'Linux Asan': { |
| 84 | 'os_type': 'linux', |
| 85 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 86 | 'test_suites': { |
Jeremy Leconte | d957836 | 2022-11-09 13:45:04 | [diff] [blame] | 87 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 88 | }, |
| 89 | }, |
| 90 | 'Linux MSan': { |
| 91 | 'os_type': 'linux', |
| 92 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 93 | 'test_suites': { |
Jeremy Leconte | 6a1320c | 2022-11-08 10:55:02 | [diff] [blame] | 94 | # TODO(crbug.com/webrtc/14568): Using 'linux_tests' |
| 95 | # fails on "MemorySanitizer: use-of-uninitialized-value in |
| 96 | # libpipewire-0.3.so." |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 97 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 98 | }, |
| 99 | }, |
| 100 | 'Linux Tsan v2': { |
| 101 | 'os_type': 'linux', |
| 102 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 103 | 'test_suites': { |
Jeremy Leconte | 6a1320c | 2022-11-08 10:55:02 | [diff] [blame] | 104 | # TODO(crbug.com/webrtc/14568): Using 'linux_tests' |
| 105 | # fails on "ThreadSanitizer: data race on vptr (ctor/dtor vs |
| 106 | # virtual call) in shared_screencast_stream_test." |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 107 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 108 | }, |
| 109 | }, |
| 110 | 'Linux UBSan': { |
| 111 | 'os_type': 'linux', |
| 112 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 113 | 'test_suites': { |
Jeremy Leconte | d957836 | 2022-11-09 13:45:04 | [diff] [blame] | 114 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 115 | }, |
| 116 | }, |
| 117 | 'Linux UBSan vptr': { |
| 118 | 'os_type': 'linux', |
| 119 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 120 | 'test_suites': { |
Jeremy Leconte | d957836 | 2022-11-09 13:45:04 | [diff] [blame] | 121 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 122 | }, |
| 123 | }, |
| 124 | 'Linux32 Debug': { |
| 125 | 'os_type': 'linux', |
| 126 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 127 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 128 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 129 | }, |
| 130 | }, |
| 131 | 'Linux32 Debug (ARM)': {}, |
| 132 | 'Linux32 Release': { |
| 133 | 'os_type': 'linux', |
| 134 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 135 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 136 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 137 | }, |
| 138 | }, |
| 139 | 'Linux32 Release (ARM)': {}, |
Jeremy Leconte | ed1bc59 | 2022-04-11 11:22:21 | [diff] [blame] | 140 | 'Linux64 Builder': {}, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 141 | 'Linux64 Debug': { |
| 142 | 'os_type': 'linux', |
| 143 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 144 | 'test_suites': { |
Jan Grulich | 1264dc1 | 2022-10-18 12:27:17 | [diff] [blame] | 145 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 146 | }, |
| 147 | }, |
| 148 | 'Linux64 Debug (ARM)': {}, |
Jeremy Leconte | 0c4059c | 2022-04-04 05:58:40 | [diff] [blame] | 149 | 'Linux64 Release': { |
| 150 | 'os_type': 'linux', |
Mirko Bonadei | 5c8993c | 2022-04-04 18:43:54 | [diff] [blame] | 151 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 0c4059c | 2022-04-04 05:58:40 | [diff] [blame] | 152 | 'test_suites': { |
Jan Grulich | 1264dc1 | 2022-10-18 12:27:17 | [diff] [blame] | 153 | 'isolated_scripts': 'linux_desktop_tests_with_video_capture', |
Mirko Bonadei | 5c8993c | 2022-04-04 18:43:54 | [diff] [blame] | 154 | }, |
| 155 | }, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 156 | 'Linux64 Release (ARM)': {}, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 157 | 'Linux64 Release (Libfuzzer)': {}, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 158 | 'Mac Asan': { |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 159 | 'os_type': 'mac', |
| 160 | 'mixins': ['mac_12_x64', 'cores-12', 'resultdb-json-format'], |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 161 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 162 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 163 | }, |
| 164 | }, |
Jeremy Leconte | ed1bc59 | 2022-04-11 11:22:21 | [diff] [blame] | 165 | 'Mac64 Builder': {}, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 166 | 'Mac64 Debug': { |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 167 | 'os_type': 'mac', |
| 168 | 'mixins': ['mac_12_x64', 'cores-12', 'resultdb-json-format'], |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 169 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 170 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 171 | }, |
| 172 | }, |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 173 | 'Mac64 Release': { |
| 174 | 'os_type': 'mac', |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 175 | 'mixins': ['mac_12_x64', 'resultdb-json-format'], |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 176 | 'test_suites': { |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 177 | 'isolated_scripts': 'desktop_tests_with_video_capture', |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 178 | }, |
| 179 | }, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 180 | 'MacARM64 M1 Release': { |
Jeremy Leconte | 413ca2b | 2022-06-16 11:51:42 | [diff] [blame] | 181 | 'os_type': 'mac', |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 182 | 'mixins': ['mac_12_arm64', 'mac-m1-cpu', 'resultdb-json-format'], |
| 183 | # TODO(b/228171565): Replace desktop_tests by desktop_tests_with_video_capture when |
Jeremy Leconte | 413ca2b | 2022-06-16 11:51:42 | [diff] [blame] | 184 | # there is a camera available for the baremetal m1 machines. |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 185 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 186 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 187 | }, |
| 188 | }, |
Christoffer Jansson | 598044f | 2022-05-10 07:34:36 | [diff] [blame] | 189 | 'MacArm64 Builder': {}, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 190 | 'Win (more configs)': { |
| 191 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 192 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 193 | 'test_suites': { |
| 194 | 'isolated_scripts': 'more_configs_tests', |
| 195 | }, |
| 196 | }, |
Jeremy Leconte | ed1bc59 | 2022-04-11 11:22:21 | [diff] [blame] | 197 | 'Win32 Builder (Clang)': {}, |
Jeremy Leconte | 77bb688 | 2022-11-30 15:25:24 | [diff] [blame] | 198 | 'Win32 Debug (Clang)': {}, |
Mirko Bonadei | 5c8993c | 2022-04-04 18:43:54 | [diff] [blame] | 199 | 'Win32 Release (Clang)': { |
| 200 | 'os_type': 'win', |
Jeremy Leconte | 256d3ee | 2022-11-30 13:32:18 | [diff] [blame] | 201 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Mirko Bonadei | 5c8993c | 2022-04-04 18:43:54 | [diff] [blame] | 202 | 'test_suites': { |
Jeremy Leconte | 9665d01 | 2022-11-29 19:24:44 | [diff] [blame] | 203 | 'isolated_scripts': 'desktop_tests', |
Mirko Bonadei | 5c8993c | 2022-04-04 18:43:54 | [diff] [blame] | 204 | }, |
| 205 | }, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 206 | 'Win64 ASan': { |
| 207 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 208 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 209 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 210 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 211 | }, |
| 212 | }, |
Jeremy Leconte | 9665d01 | 2022-11-29 19:24:44 | [diff] [blame] | 213 | 'Win64 Debug (Clang)': { |
| 214 | 'os_type': 'win', |
Jeremy Leconte | 256d3ee | 2022-11-30 13:32:18 | [diff] [blame] | 215 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 9665d01 | 2022-11-29 19:24:44 | [diff] [blame] | 216 | 'test_suites': { |
| 217 | 'isolated_scripts': 'desktop_tests', |
| 218 | }, |
| 219 | }, |
| 220 | 'Win64 Release (Clang)': { |
| 221 | 'os_type': 'win', |
| 222 | 'mixins': ['win10-any', 'x86-64', 'resultdb-json-format'], |
| 223 | 'test_suites': { |
| 224 | 'isolated_scripts': 'desktop_tests_with_video_capture', |
| 225 | }, |
| 226 | }, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 227 | 'iOS64 Debug': {}, |
| 228 | 'iOS64 Release': {}, |
| 229 | 'iOS64 Sim Debug (iOS 12)': { |
| 230 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 231 | 'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-12.4', |
| 232 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
Byoungchan Lee | 26c2dee | 2022-12-09 00:39:35 | [diff] [blame] | 233 | 'out_dir_arg', 'webrtc-xctest' |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 234 | ], |
| 235 | 'test_suites': { |
| 236 | 'isolated_scripts': 'ios_simulator_tests', |
| 237 | }, |
| 238 | }, |
| 239 | 'iOS64 Sim Debug (iOS 13)': { |
| 240 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 241 | 'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-13.6', |
| 242 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
Byoungchan Lee | 26c2dee | 2022-12-09 00:39:35 | [diff] [blame] | 243 | 'out_dir_arg', 'webrtc-xctest' |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 244 | ], |
| 245 | 'test_suites': { |
| 246 | 'isolated_scripts': 'ios_simulator_tests', |
| 247 | }, |
| 248 | }, |
Jeremy Leconte | 35fc144 | 2022-06-02 19:00:26 | [diff] [blame] | 249 | 'iOS64 Sim Debug (iOS 14)': { |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 250 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 251 | 'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-14.5', |
| 252 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
Byoungchan Lee | 26c2dee | 2022-12-09 00:39:35 | [diff] [blame] | 253 | 'out_dir_arg', 'webrtc-xctest' |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 254 | ], |
| 255 | 'test_suites': { |
| 256 | 'isolated_scripts': 'ios_simulator_tests', |
| 257 | }, |
| 258 | }, |
| 259 | }, |
| 260 | }, |
| 261 | { |
Jeremy Leconte | 7b84f06 | 2022-04-06 10:22:08 | [diff] [blame] | 262 | 'name': 'client.webrtc.perf', |
| 263 | 'mixins': [], |
| 264 | 'machines': { |
Björn Terelius | f004832 | 2022-12-15 10:38:30 | [diff] [blame] | 265 | 'Perf Android32 (M AOSP Nexus6)': { |
| 266 | 'mixins': [ |
| 267 | 'shamu', 'marshmallow_generic', 'android-devices', 'perf-pool', |
| 268 | 'perf-output', 'timeout-3h', 'has_native_resultdb_integration', |
| 269 | 'chromium-tester-service-account' |
| 270 | ], |
| 271 | 'test_suites': { |
| 272 | 'gtest_tests': 'android_perf_tests', |
| 273 | }, |
| 274 | }, |
| 275 | 'Perf Android32 (M Nexus5)': { |
| 276 | 'mixins': [ |
| 277 | 'hammerhead', 'marshmallow_generic', 'android-devices', 'perf-pool', |
| 278 | 'perf-output', 'timeout-3h', 'has_native_resultdb_integration', |
| 279 | 'chromium-tester-service-account' |
| 280 | ], |
| 281 | 'test_suites': { |
| 282 | 'gtest_tests': 'android_perf_tests', |
| 283 | }, |
| 284 | }, |
Christoffer Jansson | 119fb19 | 2022-11-08 09:48:26 | [diff] [blame] | 285 | 'Perf Android32 (O Pixel2)': { |
| 286 | 'mixins': [ |
| 287 | 'walleye', 'android-devices', 'perf-pool', 'timeout-3h', |
Jeremy Leconte | 91e6987 | 2022-11-16 12:53:13 | [diff] [blame] | 288 | 'perf-output', 'has_native_resultdb_integration', |
| 289 | 'chromium-tester-service-account' |
Christoffer Jansson | 119fb19 | 2022-11-08 09:48:26 | [diff] [blame] | 290 | ], |
| 291 | 'test_suites': { |
| 292 | 'gtest_tests': 'android_perf_tests', |
| 293 | }, |
| 294 | }, |
| 295 | 'Perf Android32 (R Pixel5)': { |
| 296 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 297 | 'redfin', 'android-devices', 'perf-pool', 'timeout-3h', 'perf-output', |
| 298 | 'has_native_resultdb_integration', 'chromium-tester-service-account' |
Christoffer Jansson | 119fb19 | 2022-11-08 09:48:26 | [diff] [blame] | 299 | ], |
| 300 | 'test_suites': { |
| 301 | 'gtest_tests': 'android_perf_tests', |
| 302 | }, |
| 303 | }, |
Björn Terelius | f004832 | 2022-12-15 10:38:30 | [diff] [blame] | 304 | 'Perf Android64 (M Nexus5X)': { |
| 305 | 'mixins': [ |
| 306 | 'bullhead', 'marshmallow', 'android-devices', 'perf-pool', |
| 307 | 'perf-output', 'timeout-3h', 'has_native_resultdb_integration', |
| 308 | 'chromium-tester-service-account' |
| 309 | ], |
| 310 | 'test_suites': { |
| 311 | 'gtest_tests': 'android_perf_tests', |
| 312 | }, |
| 313 | }, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 314 | 'Perf Android64 (O Pixel2)': { |
| 315 | 'mixins': [ |
| 316 | 'walleye', 'android-devices', 'perf-pool', 'timeout-3h', |
Jeremy Leconte | 91e6987 | 2022-11-16 12:53:13 | [diff] [blame] | 317 | 'perf-output', 'has_native_resultdb_integration', |
| 318 | 'chromium-tester-service-account' |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 319 | ], |
| 320 | 'test_suites': { |
| 321 | 'gtest_tests': 'android_perf_tests', |
| 322 | }, |
| 323 | }, |
Christoffer Jansson | ddae5e6 | 2022-11-07 12:19:30 | [diff] [blame] | 324 | 'Perf Android64 (R Pixel5)': { |
| 325 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 326 | 'redfin', 'android-devices', 'perf-pool', 'timeout-3h', 'perf-output', |
| 327 | 'has_native_resultdb_integration', 'chromium-tester-service-account' |
Christoffer Jansson | ddae5e6 | 2022-11-07 12:19:30 | [diff] [blame] | 328 | ], |
| 329 | 'test_suites': { |
| 330 | 'gtest_tests': 'android_perf_tests', |
| 331 | }, |
| 332 | }, |
Christoffer Jansson | c06dc4d | 2022-11-29 10:26:31 | [diff] [blame] | 333 | 'Perf Fuchsia': { |
| 334 | 'os_type': |
| 335 | 'linux', |
| 336 | 'mixins': [ |
Christoffer Jansson | cf78b19 | 2022-12-05 14:15:14 | [diff] [blame] | 337 | 'linux-bionic', 'x86-64', 'perf-pool-vm', 'timeout-3h', |
Jeremy Leconte | cb88592 | 2022-12-01 17:04:10 | [diff] [blame] | 338 | 'has_native_resultdb_integration', 'chromium-tester-service-account' |
Christoffer Jansson | c06dc4d | 2022-11-29 10:26:31 | [diff] [blame] | 339 | ], |
Jeremy Leconte | d0eaa54 | 2022-12-02 19:54:15 | [diff] [blame] | 340 | 'test_suites': { |
| 341 | 'isolated_scripts': 'fuchsia_compatible_perf_tests', |
| 342 | } |
Christoffer Jansson | c06dc4d | 2022-11-29 10:26:31 | [diff] [blame] | 343 | }, |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 344 | 'Perf Linux Bionic': { |
| 345 | 'os_type': |
| 346 | 'linux', |
| 347 | 'mixins': [ |
| 348 | 'linux-bionic', 'perf-pool', 'timeout-3h', |
| 349 | 'resultdb-gtest-json-format' |
| 350 | ], |
| 351 | 'test_suites': { |
| 352 | 'isolated_scripts': 'desktop_perf_tests', |
| 353 | }, |
| 354 | }, |
Christoffer Jansson | b45d4de | 2022-04-29 08:22:53 | [diff] [blame] | 355 | 'Perf Mac 11': { |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 356 | 'os_type': |
| 357 | 'mac', |
Christoffer Jansson | 69edcaf | 2022-04-28 09:14:47 | [diff] [blame] | 358 | 'mixins': [ |
Christoffer Jansson | b45d4de | 2022-04-29 08:22:53 | [diff] [blame] | 359 | 'mac11', 'x86-64', 'perf-pool', 'timeout-3h', |
Christoffer Jansson | 69edcaf | 2022-04-28 09:14:47 | [diff] [blame] | 360 | 'resultdb-gtest-json-format' |
| 361 | ], |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 362 | 'test_suites': { |
| 363 | 'isolated_scripts': 'desktop_perf_tests', |
| 364 | }, |
| 365 | }, |
Christoffer Jansson | 598044f | 2022-05-10 07:34:36 | [diff] [blame] | 366 | 'Perf Mac M1 Arm64 12': { |
| 367 | 'os_type': |
| 368 | 'mac', |
| 369 | 'mixins': [ |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 370 | 'mac_12_arm64', 'mac-m1-cpu', 'perf-pool', 'timeout-3h', |
Christoffer Jansson | 598044f | 2022-05-10 07:34:36 | [diff] [blame] | 371 | 'resultdb-gtest-json-format' |
| 372 | ], |
| 373 | 'test_suites': { |
Christoffer Jansson | 5ca01b5 | 2022-05-24 13:46:17 | [diff] [blame] | 374 | 'isolated_scripts': 'webrtc_perf_tests', |
Christoffer Jansson | 598044f | 2022-05-10 07:34:36 | [diff] [blame] | 375 | }, |
| 376 | }, |
Christoffer Jansson | a5e7941 | 2022-11-29 14:47:25 | [diff] [blame] | 377 | 'Perf Win 10': { |
Jeremy Leconte | 7b84f06 | 2022-04-06 10:22:08 | [diff] [blame] | 378 | 'os_type': |
| 379 | 'win', |
| 380 | 'mixins': |
Jeremy Leconte | df4dc3c | 2022-08-19 06:48:57 | [diff] [blame] | 381 | ['win10-any', 'perf-pool', 'timeout-3h', 'resultdb-gtest-json-format'], |
Jeremy Leconte | 7b84f06 | 2022-04-06 10:22:08 | [diff] [blame] | 382 | 'test_suites': { |
| 383 | 'isolated_scripts': 'desktop_perf_tests', |
| 384 | }, |
| 385 | }, |
| 386 | }, |
| 387 | }, |
| 388 | { |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 389 | 'name': 'internal.client.webrtc', |
| 390 | 'mixins': [], |
| 391 | 'machines': { |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 392 | 'iOS64 Debug': { |
| 393 | 'mixins': [ |
Jeremy Leconte | 56cf222 | 2022-10-13 10:26:37 | [diff] [blame] | 394 | 'ios-device-15.7', 'webrtc-xctest', 'chrome-tester-service-account', |
Jeremy Leconte | 424cc65 | 2022-04-12 10:03:28 | [diff] [blame] | 395 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
| 396 | 'out_dir_arg' |
Jeremy Leconte | 9f420d9 | 2022-04-07 09:33:08 | [diff] [blame] | 397 | ], |
| 398 | 'test_suites': { |
| 399 | 'isolated_scripts': 'ios_device_tests', |
| 400 | }, |
| 401 | }, |
Jeremy Leconte | 7b84f06 | 2022-04-06 10:22:08 | [diff] [blame] | 402 | 'iOS64 Perf': { |
| 403 | 'mixins': [ |
| 404 | 'ios-device-perf', 'timeout-3h', 'chrome-tester-service-account', |
Jeremy Leconte | 424cc65 | 2022-04-12 10:03:28 | [diff] [blame] | 405 | 'xcode_12d4e', 'mac_toolchain', 'has_native_resultdb_integration', |
| 406 | 'out_dir_arg' |
Jeremy Leconte | 7b84f06 | 2022-04-06 10:22:08 | [diff] [blame] | 407 | ], |
| 408 | 'test_suites': { |
Christoffer Jansson | 5ca01b5 | 2022-05-24 13:46:17 | [diff] [blame] | 409 | 'isolated_scripts': 'webrtc_perf_tests', |
Jeremy Leconte | 7b84f06 | 2022-04-06 10:22:08 | [diff] [blame] | 410 | }, |
Christoffer Jansson | 5ca01b5 | 2022-05-24 13:46:17 | [diff] [blame] | 411 | 'args': [ |
| 412 | '--write_perf_output_on_ios', |
| 413 | ], |
Jeremy Leconte | 7b84f06 | 2022-04-06 10:22:08 | [diff] [blame] | 414 | }, |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 415 | 'iOS64 Release': { |
| 416 | 'mixins': [ |
Jeremy Leconte | 56cf222 | 2022-10-13 10:26:37 | [diff] [blame] | 417 | 'ios-device-15.7', 'webrtc-xctest', 'chrome-tester-service-account', |
Jeremy Leconte | 424cc65 | 2022-04-12 10:03:28 | [diff] [blame] | 418 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
| 419 | 'out_dir_arg' |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 420 | ], |
| 421 | 'test_suites': { |
| 422 | 'isolated_scripts': 'ios_device_tests', |
| 423 | }, |
| 424 | }, |
Mirko Bonadei | 5c8993c | 2022-04-04 18:43:54 | [diff] [blame] | 425 | }, |
| 426 | }, |
| 427 | { |
| 428 | 'name': 'tryserver.webrtc', |
| 429 | 'mixins': [], |
| 430 | 'machines': { |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 431 | 'android_arm64_dbg': { |
| 432 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 433 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 434 | 'chromium-tester-service-account' |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 435 | ], |
| 436 | 'test_suites': { |
| 437 | 'gtest_tests': 'android_tests_tryserver', |
| 438 | 'junit_tests': 'android_junit_tests', |
| 439 | }, |
| 440 | }, |
| 441 | 'android_arm64_rel': { |
| 442 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 443 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 444 | 'chromium-tester-service-account' |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 445 | ], |
| 446 | 'test_suites': { |
| 447 | 'gtest_tests': 'android_tests_tryserver', |
| 448 | 'junit_tests': 'android_junit_tests', |
| 449 | }, |
| 450 | }, |
| 451 | 'android_arm_dbg': { |
| 452 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 453 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 454 | 'chromium-tester-service-account' |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 455 | ], |
| 456 | 'test_suites': { |
| 457 | 'gtest_tests': 'android_tests_tryserver', |
| 458 | 'junit_tests': 'android_junit_tests', |
| 459 | }, |
| 460 | }, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 461 | 'android_arm_more_configs': { |
| 462 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 463 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 464 | 'chromium-tester-service-account' |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 465 | ], |
| 466 | 'test_suites': { |
| 467 | 'gtest_tests': 'more_configs_tests', |
| 468 | }, |
| 469 | }, |
Jeremy Leconte | 64380ce | 2022-04-05 12:27:28 | [diff] [blame] | 470 | 'android_arm_rel': { |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 471 | 'mixins': [ |
Jeremy Leconte | e085366 | 2022-11-16 07:26:53 | [diff] [blame] | 472 | 'walleye', 'android-devices', 'has_native_resultdb_integration', |
| 473 | 'chromium-tester-service-account' |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 474 | ], |
Jeremy Leconte | 64380ce | 2022-04-05 12:27:28 | [diff] [blame] | 475 | 'test_suites': { |
Jeremy Leconte | 0859193 | 2022-04-06 05:35:19 | [diff] [blame] | 476 | 'gtest_tests': 'android_tests_tryserver', |
Jeremy Leconte | 64380ce | 2022-04-05 12:27:28 | [diff] [blame] | 477 | 'junit_tests': 'android_junit_tests', |
| 478 | }, |
| 479 | }, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 480 | 'android_compile_arm64_dbg': {}, |
| 481 | 'android_compile_arm64_rel': {}, |
| 482 | 'android_compile_arm_dbg': {}, |
| 483 | 'android_compile_arm_rel': {}, |
| 484 | 'android_compile_x64_dbg': {}, |
| 485 | 'android_compile_x64_rel': {}, |
| 486 | 'android_compile_x86_dbg': {}, |
| 487 | 'android_compile_x86_rel': {}, |
Christoffer Jansson | a45a7cb | 2022-09-07 12:09:51 | [diff] [blame] | 488 | 'fuchsia_rel': { |
| 489 | 'os_type': 'linux', |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 490 | 'mixins': ['linux-bionic', 'x86-64', 'has_native_resultdb_integration'], |
Christoffer Jansson | f1fa705 | 2022-11-08 12:56:19 | [diff] [blame] | 491 | 'test_suites': { |
| 492 | 'isolated_scripts': 'fuchsia_compatible_tests', |
Christoffer Jansson | a45a7cb | 2022-09-07 12:09:51 | [diff] [blame] | 493 | }, |
| 494 | }, |
Jeremy Leconte | ed1bc59 | 2022-04-11 11:22:21 | [diff] [blame] | 495 | 'ios_compile_arm64_dbg': {}, |
| 496 | 'ios_compile_arm64_rel': {}, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 497 | 'ios_sim_x64_dbg_ios12': { |
| 498 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 499 | 'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-12.4', |
| 500 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
Byoungchan Lee | 26c2dee | 2022-12-09 00:39:35 | [diff] [blame] | 501 | 'out_dir_arg', 'webrtc-xctest' |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 502 | ], |
| 503 | 'test_suites': { |
| 504 | 'isolated_scripts': 'ios_simulator_tests', |
| 505 | }, |
| 506 | }, |
| 507 | 'ios_sim_x64_dbg_ios13': { |
| 508 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 509 | 'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-13.6', |
| 510 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
Byoungchan Lee | 26c2dee | 2022-12-09 00:39:35 | [diff] [blame] | 511 | 'out_dir_arg', 'webrtc-xctest' |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 512 | ], |
| 513 | 'test_suites': { |
| 514 | 'isolated_scripts': 'ios_simulator_tests', |
| 515 | }, |
| 516 | }, |
| 517 | 'ios_sim_x64_dbg_ios14': { |
| 518 | 'mixins': [ |
Jeremy Leconte | c8157c3 | 2022-12-02 12:24:39 | [diff] [blame] | 519 | 'mac_12_x64', 'chromium-tester-service-account', 'ios-simulator-14.5', |
| 520 | 'xcode_13_main', 'mac_toolchain', 'has_native_resultdb_integration', |
Byoungchan Lee | 26c2dee | 2022-12-09 00:39:35 | [diff] [blame] | 521 | 'out_dir_arg', 'webrtc-xctest' |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 522 | ], |
| 523 | 'test_suites': { |
| 524 | 'isolated_scripts': 'ios_simulator_tests', |
| 525 | }, |
| 526 | }, |
| 527 | 'linux_asan': { |
| 528 | 'os_type': 'linux', |
| 529 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 530 | 'test_suites': { |
Jeremy Leconte | d957836 | 2022-11-09 13:45:04 | [diff] [blame] | 531 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 532 | }, |
| 533 | }, |
| 534 | 'linux_compile_arm64_dbg': {}, |
| 535 | 'linux_compile_arm64_rel': {}, |
| 536 | 'linux_compile_arm_dbg': {}, |
| 537 | 'linux_compile_arm_rel': {}, |
| 538 | 'linux_compile_dbg': {}, |
| 539 | 'linux_compile_rel': {}, |
Björn Terelius | 737dc44 | 2022-12-02 15:00:43 | [diff] [blame] | 540 | 'linux_coverage': { |
| 541 | 'os_type': |
| 542 | 'linux', |
| 543 | 'mixins': [ |
| 544 | 'linux-bionic', 'x86-64', 'resultdb-json-format', |
| 545 | 'isolate_profile_data' |
| 546 | ], |
| 547 | 'test_suites': { |
| 548 | 'isolated_scripts': 'linux_desktop_tests_tryserver', |
| 549 | }, |
| 550 | }, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 551 | 'linux_dbg': { |
| 552 | 'os_type': 'linux', |
| 553 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 554 | 'test_suites': { |
Jan Grulich | 1264dc1 | 2022-10-18 12:27:17 | [diff] [blame] | 555 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 556 | }, |
| 557 | }, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 558 | 'linux_libfuzzer_rel': {}, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 559 | 'linux_memcheck': { |
| 560 | 'os_type': 'linux', |
| 561 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 562 | 'test_suites': { |
Jan Grulich | 1264dc1 | 2022-10-18 12:27:17 | [diff] [blame] | 563 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 564 | }, |
| 565 | }, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 566 | 'linux_more_configs': { |
| 567 | 'os_type': 'linux', |
| 568 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 569 | 'test_suites': { |
| 570 | 'isolated_scripts': 'more_configs_tests', |
| 571 | }, |
| 572 | }, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 573 | 'linux_msan': { |
| 574 | 'os_type': 'linux', |
| 575 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 576 | 'test_suites': { |
Jeremy Leconte | 6a1320c | 2022-11-08 10:55:02 | [diff] [blame] | 577 | # TODO(crbug.com/webrtc/14568): Using 'linux_tests' |
| 578 | # fails on "MemorySanitizer: use-of-uninitialized-value in |
| 579 | # libpipewire-0.3.so." |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 580 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 581 | }, |
| 582 | }, |
Mirko Bonadei | 5c8993c | 2022-04-04 18:43:54 | [diff] [blame] | 583 | 'linux_rel': { |
| 584 | 'os_type': 'linux', |
| 585 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 586 | 'test_suites': { |
Jan Grulich | 1264dc1 | 2022-10-18 12:27:17 | [diff] [blame] | 587 | 'isolated_scripts': 'linux_desktop_tests_tryserver', |
Jeremy Leconte | 0c4059c | 2022-04-04 05:58:40 | [diff] [blame] | 588 | }, |
| 589 | }, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 590 | 'linux_tsan2': { |
| 591 | 'os_type': 'linux', |
| 592 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 593 | 'test_suites': { |
Jeremy Leconte | 6a1320c | 2022-11-08 10:55:02 | [diff] [blame] | 594 | # TODO(crbug.com/webrtc/14568): Using 'linux_tests' |
| 595 | # fails on "ThreadSanitizer: data race on vptr (ctor/dtor vs |
| 596 | # virtual call) in shared_screencast_stream_test." |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 597 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 598 | }, |
| 599 | }, |
| 600 | 'linux_ubsan': { |
| 601 | 'os_type': 'linux', |
| 602 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 603 | 'test_suites': { |
Jeremy Leconte | d957836 | 2022-11-09 13:45:04 | [diff] [blame] | 604 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 605 | }, |
| 606 | }, |
| 607 | 'linux_ubsan_vptr': { |
| 608 | 'os_type': 'linux', |
| 609 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 610 | 'test_suites': { |
Jeremy Leconte | d957836 | 2022-11-09 13:45:04 | [diff] [blame] | 611 | 'isolated_scripts': 'linux_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 612 | }, |
| 613 | }, |
| 614 | 'linux_x86_dbg': { |
| 615 | 'os_type': 'linux', |
| 616 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 617 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 618 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 619 | }, |
| 620 | }, |
| 621 | 'linux_x86_rel': { |
| 622 | 'os_type': 'linux', |
| 623 | 'mixins': ['linux-bionic', 'x86-64', 'resultdb-json-format'], |
| 624 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 625 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 626 | }, |
| 627 | }, |
| 628 | 'mac_asan': { |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 629 | 'os_type': 'mac', |
| 630 | 'mixins': ['mac_12_x64', 'resultdb-json-format', 'cores-12'], |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 631 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 632 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 633 | }, |
| 634 | }, |
| 635 | 'mac_compile_dbg': {}, |
| 636 | 'mac_compile_rel': {}, |
| 637 | 'mac_dbg': { |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 638 | 'os_type': 'mac', |
| 639 | 'mixins': ['mac_12_x64', 'resultdb-json-format', 'cores-12'], |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 640 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 641 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 642 | }, |
| 643 | }, |
| 644 | 'mac_dbg_m1': { |
Jeremy Leconte | 413ca2b | 2022-06-16 11:51:42 | [diff] [blame] | 645 | 'os_type': 'mac', |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 646 | 'mixins': ['mac_12_arm64', 'mac-m1-cpu', 'resultdb-json-format'], |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 647 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 648 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 649 | }, |
| 650 | }, |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 651 | 'mac_rel': { |
| 652 | 'os_type': 'mac', |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 653 | 'mixins': ['mac_12_x64', 'resultdb-json-format'], |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 654 | 'test_suites': { |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 655 | 'isolated_scripts': 'desktop_tests_tryserver', |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 656 | }, |
| 657 | }, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 658 | 'mac_rel_m1': { |
Jeremy Leconte | 413ca2b | 2022-06-16 11:51:42 | [diff] [blame] | 659 | 'os_type': 'mac', |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 660 | 'mixins': ['mac_12_arm64', 'mac-m1-cpu', 'resultdb-json-format'], |
| 661 | # TODO(b/228171565): Replace desktop_tests by desktop_tests_tryserver when |
Jeremy Leconte | 413ca2b | 2022-06-16 11:51:42 | [diff] [blame] | 662 | # there is a camera available for the baremetal-try m1 machines. |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 663 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 664 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 665 | }, |
| 666 | }, |
| 667 | 'win_asan': { |
| 668 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 669 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 670 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 671 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 672 | }, |
| 673 | }, |
| 674 | 'win_compile_x64_clang_dbg': {}, |
| 675 | 'win_compile_x64_clang_rel': {}, |
| 676 | 'win_compile_x86_clang_dbg': {}, |
| 677 | 'win_compile_x86_clang_rel': {}, |
| 678 | 'win_x64_clang_dbg': { |
| 679 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 680 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 681 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 682 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 683 | }, |
| 684 | }, |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 685 | 'win_x64_clang_rel': { |
| 686 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 687 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 688 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 689 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 690 | }, |
| 691 | }, |
| 692 | 'win_x86_clang_dbg': { |
| 693 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 694 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 695 | 'test_suites': { |
Jeremy Leconte | 9190fef | 2022-04-07 15:08:40 | [diff] [blame] | 696 | 'isolated_scripts': 'desktop_tests', |
Jeremy Leconte | 117596b | 2022-04-06 13:06:06 | [diff] [blame] | 697 | }, |
| 698 | }, |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 699 | 'win_x86_clang_rel': { |
| 700 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 701 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 702 | 'test_suites': { |
Jeremy Leconte | 5414cce | 2022-08-18 13:05:21 | [diff] [blame] | 703 | 'isolated_scripts': 'desktop_tests_tryserver', |
Jeremy Leconte | 360f49a | 2022-04-05 08:51:29 | [diff] [blame] | 704 | }, |
| 705 | }, |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 706 | 'win_x86_more_configs': { |
| 707 | 'os_type': 'win', |
Austin Orion | 8179774 | 2022-07-05 21:20:54 | [diff] [blame] | 708 | 'mixins': ['win10', 'x86-64', 'resultdb-json-format'], |
Jeremy Leconte | bf11a20 | 2022-04-07 07:02:14 | [diff] [blame] | 709 | 'test_suites': { |
| 710 | 'isolated_scripts': 'more_configs_tests', |
| 711 | }, |
| 712 | }, |
Jeremy Leconte | 0c4059c | 2022-04-04 05:58:40 | [diff] [blame] | 713 | }, |
| 714 | }, |
| 715 | ] |