Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Side by Side Diff: tools-webrtc/mb/mb_config.pyl

Issue 2601353003: Promote iOS Simulator 9.0 bot to main waterfall. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/config/cq.cfg ('k') | webrtc/build/ios/client.webrtc.fyi/iOS32_Sim_Debug_(iOS_9.0).json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
11 # configurations source-side instead of in the buildbot scripts. That makes it 11 # configurations source-side instead of in the buildbot scripts. That makes it
12 # easy to try different configurations of GN args in tryjob patches. 12 # easy to try different configurations of GN args in tryjob patches.
13 13
14 { 14 {
15 # This is a map of buildbot master names -> buildbot builder names -> 15 # This is a map of buildbot master names -> buildbot builder names ->
16 # config names (where each config name is a key in the 'configs' dict, 16 # config names (where each config name is a key in the 'configs' dict,
17 # above). mb uses this dict to look up which config to use for a given bot. 17 # above). mb uses this dict to look up which config to use for a given bot.
18 # The builders should be sorted by the order they appear in the /builders 18 # The builders should be sorted by the order they appear in the /builders
19 # page on the buildbots, *not* alphabetically. 19 # page on the buildbots, *not* alphabetically.
20 'masters': { 20 'masters': {
21 'client.webrtc': { 21 'client.webrtc': {
22 # iOS 22 # iOS
23 'iOS32 Debug': 'ios_debug_static_bot_arm_device', 23 'iOS32 Debug': 'ios_debug_static_bot_arm_device',
24 'iOS32 Release': 'ios_release_bot_arm_device', 24 'iOS32 Release': 'ios_release_bot_arm_device',
25 'iOS64 Debug': 'ios_debug_static_bot_arm64_device', 25 'iOS64 Debug': 'ios_debug_static_bot_arm64_device',
26 'iOS64 Release': 'ios_release_bot_arm64_device', 26 'iOS64 Release': 'ios_release_bot_arm64_device',
27 'iOS32 Simulator Debug': 'ios_debug_static_bot_x86', 27 'iOS32 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x86',
28 'iOS64 Simulator Debug': 'ios_debug_static_bot_x64', 28 'iOS64 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x64',
29 'iOS64 Sim Debug (iOS 10.0)': 'ios_debug_static_bot_x64',
29 30
30 # Mac 31 # Mac
31 'Mac64 Debug': 'debug_bot_x64', 32 'Mac64 Debug': 'debug_bot_x64',
32 'Mac64 Release': 'release_bot_x64', 33 'Mac64 Release': 'release_bot_x64',
33 'Mac Asan': 'mac_asan_clang_release_bot_x64', 34 'Mac Asan': 'mac_asan_clang_release_bot_x64',
34 'Mac64 Release [large tests]': 'release_bot_x64', 35 'Mac64 Release [large tests]': 'release_bot_x64',
35 36
36 # Linux 37 # Linux
37 'Linux32 Debug': 'debug_bot_x86', 38 'Linux32 Debug': 'debug_bot_x86',
38 'Linux32 Release': 'release_bot_x86', 39 'Linux32 Release': 'release_bot_x86',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'Android32 Tests (L Nexus6)': 'none', 82 'Android32 Tests (L Nexus6)': 'none',
82 'Android32 Tests (L Nexus7.2)': 'none', 83 'Android32 Tests (L Nexus7.2)': 'none',
83 'Android64 Tests (L Nexus9)': 'none', 84 'Android64 Tests (L Nexus9)': 'none',
84 'Linux Trusty': 'perf_release_bot_x64', 85 'Linux Trusty': 'perf_release_bot_x64',
85 'Mac 10.11': 'perf_release_bot_x64', 86 'Mac 10.11': 'perf_release_bot_x64',
86 'Win7': 'perf_release_bot_x86', 87 'Win7': 'perf_release_bot_x86',
87 }, 88 },
88 'client.webrtc.fyi': { 89 'client.webrtc.fyi': {
89 # Mac 90 # Mac
90 'Mac (swarming)': 'release_bot_x64', 91 'Mac (swarming)': 'release_bot_x64',
91 'iOS32 Sim Debug (iOS 9.0)': 'ios_debug_static_bot_x86',
92 92
93 # Linux 93 # Linux
94 'Linux64 GCC': 'gcc_release_bot_x64', 94 'Linux64 GCC': 'gcc_release_bot_x64',
95 'Linux (swarming)': 'release_bot_x64', 95 'Linux (swarming)': 'release_bot_x64',
96 96
97 # Android 97 # Android
98 'Android (swarming)': 'android_release_bot_arm', 98 'Android (swarming)': 'android_release_bot_arm',
99 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm', 99 'Android ASan (swarming)': 'android_asan_shared_release_bot_arm',
100 # Windows 100 # Windows
101 'Win (swarming)': 'release_bot_x86', 101 'Win (swarming)': 'release_bot_x86',
102 'Win32 ASan (swarming)': 'win_asan_clang_release_bot_x86', 102 'Win32 ASan (swarming)': 'win_asan_clang_release_bot_x86',
103 'Win64 Debug (Win8)': 'debug_bot_x64', 103 'Win64 Debug (Win8)': 'debug_bot_x64',
104 'Win64 Debug (Win10)': 'debug_bot_x64', 104 'Win64 Debug (Win10)': 'debug_bot_x64',
105 }, 105 },
106 'tryserver.webrtc': { 106 'tryserver.webrtc': {
107 # iOS 107 # iOS
108 'ios_dbg': 'ios_debug_static_bot_arm_device', 108 'ios_dbg': 'ios_debug_static_bot_arm_device',
109 'ios_rel': 'ios_release_bot_arm_device', 109 'ios_rel': 'ios_release_bot_arm_device',
110 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device', 110 'ios_arm64_dbg': 'ios_debug_static_bot_arm64_device',
111 'ios_arm64_rel': 'ios_release_bot_arm64_device', 111 'ios_arm64_rel': 'ios_release_bot_arm64_device',
112 'ios32_sim_dbg': 'ios_debug_static_bot_x86', 112 'ios32_sim_ios9_dbg': 'ios_debug_static_bot_x86',
113 'ios64_sim_dbg': 'ios_debug_static_bot_x64',
114 'ios64_sim_ios9_dbg': 'ios_debug_static_bot_x64', 113 'ios64_sim_ios9_dbg': 'ios_debug_static_bot_x64',
114 'ios64_sim_ios10_dbg': 'ios_debug_static_bot_x64',
115 115
116 # Mac 116 # Mac
117 'mac_compile_dbg': 'debug_bot_x64', 117 'mac_compile_dbg': 'debug_bot_x64',
118 'mac_compile_rel': 'release_bot_x64', 118 'mac_compile_rel': 'release_bot_x64',
119 'mac_dbg': 'debug_bot_x64', 119 'mac_dbg': 'debug_bot_x64',
120 'mac_rel': 'release_bot_x64', 120 'mac_rel': 'release_bot_x64',
121 'mac_asan': 'mac_asan_clang_release_bot_x64', 121 'mac_asan': 'mac_asan_clang_release_bot_x64',
122 'mac_baremetal': 'release_bot_x64', 122 'mac_baremetal': 'release_bot_x64',
123 123
124 # Linux 124 # Linux
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 459
460 'x64': { 460 'x64': {
461 'gn_args': 'target_cpu="x64"', 461 'gn_args': 'target_cpu="x64"',
462 }, 462 },
463 463
464 'x86': { 464 'x86': {
465 'gn_args': 'target_cpu="x86"', 465 'gn_args': 'target_cpu="x86"',
466 }, 466 },
467 }, 467 },
468 } 468 }
OLDNEW
« no previous file with comments | « infra/config/cq.cfg ('k') | webrtc/build/ios/client.webrtc.fyi/iOS32_Sim_Debug_(iOS_9.0).json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698