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

Side by Side Diff: masters/master.tryserver.v8/slaves.cfg

Issue 1149193003: V8 Buildbot: Speculatively switch slaves to solve msan failures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright 2013 The Chromium Authors. All rights reserved. 4 # Copyright 2013 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 slaves = [] 8 slaves = []
9 9
10 slaves.extend([ 10 slaves.extend([
11 { 11 {
12 'master': 'V8TryServer', 12 'master': 'V8TryServer',
13 'builder': [ 13 'builder': [
14 'v8_linux_rel', 14 'v8_linux_rel',
15 'v8_linux_nodcheck_rel', 15 'v8_linux_nodcheck_rel',
16 'v8_linux_dbg', 16 'v8_linux_dbg',
17 'v8_linux_greedy_allocator_dbg', 17 'v8_linux_greedy_allocator_dbg',
18 'v8_linux_nosnap_rel', 18 'v8_linux_nosnap_rel',
19 'v8_linux_nosnap_dbg', 19 'v8_linux_nosnap_dbg',
20 'v8_linux_gcc_compile_rel', 20 'v8_linux_gcc_compile_rel',
21 'v8_linux64_rel', 21 'v8_linux64_rel',
22 'v8_linux64_nacl_rel', 22 'v8_linux64_nacl_rel',
23 'v8_linux64_asan_rel', 23 'v8_linux64_asan_rel',
24 'v8_linux64_msan_rel',
25 'v8_linux64_tsan_rel', 24 'v8_linux64_tsan_rel',
26 'v8_linux64_greedy_allocator_dbg', 25 'v8_linux64_greedy_allocator_dbg',
27 'v8_linux_arm_rel', 26 'v8_linux_arm_rel',
28 'v8_linux_arm_dbg', 27 'v8_linux_arm_dbg',
29 'v8_linux_arm64_dbg', 28 'v8_linux_arm64_dbg',
30 'v8_linux_mipsel_compile_rel', 29 'v8_linux_mipsel_compile_rel',
31 'v8_linux_mips64el_compile_rel', 30 'v8_linux_mips64el_compile_rel',
32 'v8_android_arm_compile_rel', 31 'v8_android_arm_compile_rel',
33 'v8_linux_chromium_gn_rel', 32 'v8_linux_chromium_gn_rel',
34 'v8_android_chromium_gn_dbg', 33 'v8_android_chromium_gn_dbg',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'bits': '64', 84 'bits': '64',
86 } for name in ['vm660-m4', 'vm820-m4', 'vm73-a4'] 85 } for name in ['vm660-m4', 'vm820-m4', 'vm73-a4']
87 ]) 86 ])
88 87
89 slaves.extend([ 88 slaves.extend([
90 { 89 {
91 'master': 'V8TryServer', 90 'master': 'V8TryServer',
92 'builder': [ 91 'builder': [
93 'v8_linux_layout_dbg', 92 'v8_linux_layout_dbg',
94 'v8_linux_arm64_rel', 93 'v8_linux_arm64_rel',
94 'v8_linux64_msan_rel',
95 ], 95 ],
96 'hostname': 'build%d-m4' % i, 96 'hostname': 'build%d-m4' % i,
97 'os': 'linux', 97 'os': 'linux',
98 'version': 'precise', 98 'version': 'precise',
99 'bits': '64', 99 'bits': '64',
100 } for i in range(45, 48) 100 } for i in range(45, 48)
101 ]) 101 ])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698