OLD | NEW |
---|---|
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 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 | 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 | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. | 9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. |
10 # This is configuration for standalone WebRTC bots. It is used to keep the bot | 10 # This is configuration for standalone WebRTC bots. It is used to keep the bot |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
83 'client.webrtc.perf': { | 83 'client.webrtc.perf': { |
84 # Android | 84 # Android |
85 'Android32 Builder': 'android_gn_release_bot_arm', | 85 'Android32 Builder': 'android_gn_release_bot_arm', |
86 'Android64 Builder': 'android_gn_release_bot_arm64', | 86 'Android64 Builder': 'android_gn_release_bot_arm64', |
87 'Android32 Tests (L Nexus5)': 'none', | 87 'Android32 Tests (L Nexus5)': 'none', |
88 'Android32 Tests (L Nexus7.2)': 'none', | 88 'Android32 Tests (L Nexus7.2)': 'none', |
89 'Android64 Tests (L Nexus9)': 'none', | 89 'Android64 Tests (L Nexus9)': 'none', |
90 }, | 90 }, |
91 'client.webrtc.fyi': { | 91 'client.webrtc.fyi': { |
92 # Mac | 92 # Mac |
93 'Mac64 Release (swarming)': 'swarming_gn_release_bot_x64', | 93 'Mac64 Release (swarming)': 'mac_gn_asan_clang_release_bot_x64', |
94 | 94 |
95 # Linux | 95 # Linux |
96 'Linux64 GCC': 'gn_gcc_release_bot_x64', | 96 'Linux64 GCC': 'gn_gcc_release_bot_x64', |
97 'Linux64 Release (swarming)': 'swarming_gn_release_bot_x64', | 97 'Linux Asan (swarming)': 'gn_asan_lsan_clang_release_bot_x64', |
98 'Linux Memcheck (swarming)': 'gn_memcheck_release_bot_x64', | |
99 'Linux MSan (swarming)': 'gn_msan_clang_release_bot_x64', | |
100 'Linux Tsan v2 (swarming)': 'gn_tsan_clang_release_bot_x64', | |
101 'Linux UBSan (swarming)': 'gn_ubsan_clang_release_bot_x64', | |
102 'Linux UBSan vptr (swarming)': 'gn_ubsan_vptr_clang_release_bot_x64', | |
103 | |
kjellander_webrtc
2016/10/26 13:57:17
Remove blank line.
| |
98 | 104 |
99 # Android | 105 # Android |
100 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm', | 106 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm', |
101 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', | 107 'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm', |
102 'Android32 Builder': 'android_gn_release_bot_arm', | 108 'Android32 Builder': 'android_gn_release_bot_arm', |
103 'Android32 Tests (J Nexus4)': 'none', | 109 'Android32 Tests (J Nexus4)': 'none', |
104 'Android32 Tests (K Nexus5)': 'none', | 110 'Android32 Tests (K Nexus5)': 'none', |
105 'Android32 Tests (L Nexus6)': 'none', | 111 'Android32 Tests (L Nexus6)': 'none', |
106 | 112 |
107 # Windows | 113 # Windows |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
263 ], | 269 ], |
264 'gn_release_bot_x64': [ | 270 'gn_release_bot_x64': [ |
265 'gn', 'openh264_release_bot', 'x64' | 271 'gn', 'openh264_release_bot', 'x64' |
266 ], | 272 ], |
267 'swarming_gn_release_bot_x86': [ | 273 'swarming_gn_release_bot_x86': [ |
268 'swarming', 'gn', 'openh264_release_bot', 'x86' | 274 'swarming', 'gn', 'openh264_release_bot', 'x86' |
269 ], | 275 ], |
270 'swarming_gn_debug_bot_x64': [ | 276 'swarming_gn_debug_bot_x64': [ |
271 'swarming', 'gn', 'openh264_debug_bot', 'x64' | 277 'swarming', 'gn', 'openh264_debug_bot', 'x64' |
272 ], | 278 ], |
273 'swarming_gn_release_bot_x64': [ | |
274 'swarming', 'gn', 'openh264_release_bot', 'x64' | |
275 ], | |
276 | 279 |
277 # Windows | 280 # Windows |
278 'win_gn_clang_debug_bot_x86': [ | 281 'win_gn_clang_debug_bot_x86': [ |
279 'gn', 'clang', 'openh264_debug_bot', 'x86', | 282 'gn', 'clang', 'openh264_debug_bot', 'x86', |
280 ], | 283 ], |
281 'win_gn_clang_release_bot_x86': [ | 284 'win_gn_clang_release_bot_x86': [ |
282 'gn', 'clang', 'openh264_release_bot', 'x86', | 285 'gn', 'clang', 'openh264_release_bot', 'x86', |
283 ], | 286 ], |
284 'win_gn_clang_debug_bot_x64': [ | 287 'win_gn_clang_debug_bot_x64': [ |
285 'gn', 'clang', 'openh264_debug_bot', 'x64', | 288 'gn', 'clang', 'openh264_debug_bot', 'x64', |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
534 'gn_args': 'target_cpu="x64"', | 537 'gn_args': 'target_cpu="x64"', |
535 'gyp_defines': 'target_arch=x64', | 538 'gyp_defines': 'target_arch=x64', |
536 }, | 539 }, |
537 | 540 |
538 'x86': { | 541 'x86': { |
539 'gn_args': 'target_cpu="x86"', | 542 'gn_args': 'target_cpu="x86"', |
540 'gyp_defines': 'target_arch=ia32', | 543 'gyp_defines': 'target_arch=ia32', |
541 }, | 544 }, |
542 }, | 545 }, |
543 } | 546 } |
OLD | NEW |