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

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

Issue 16208007: Rename Linux Redux to Linux OpenSSL and adjust config. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 7 years, 6 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 | « masters/master.tryserver.chromium/master.cfg ('k') | 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # See master.experimental/slaves.cfg for documentation. 7 # See master.experimental/slaves.cfg for documentation.
8 8
9 9
10 def expand_extra_builders(extras, total): 10 def expand_extra_builders(extras, total):
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 # increase the "cache locally" of having a checkout already recent on the 50 # increase the "cache locally" of having a checkout already recent on the
51 # slave. 51 # slave.
52 extras = [ 52 extras = [
53 [['linux_chromeos_clang'], 15], 53 [['linux_chromeos_clang'], 15],
54 [['linux_futura'], 15], 54 [['linux_futura'], 15],
55 [['linux_layout', 'linux_layout_rel'], 7], 55 [['linux_layout', 'linux_layout_rel'], 7],
56 [['linux_chromeos_valgrind'], 2], 56 [['linux_chromeos_valgrind'], 2],
57 [['linux_coverage'], 2], 57 [['linux_coverage'], 2],
58 [['linux_valgrind', 'linux_tsan'], 4], 58 [['linux_valgrind', 'linux_tsan'], 4],
59 [['linux_chromeos_asan'], 3], 59 [['linux_chromeos_asan'], 3],
60 [['linux_redux'], 2], 60 [['linux_openssl'], 2],
61 [['linux_heapcheck'], 2], 61 [['linux_heapcheck'], 2],
62 [['linux_nacl_sdk'], 3], 62 [['linux_nacl_sdk'], 3],
63 # These ones below are significantly used ones. They use all the remaining 63 # These ones below are significantly used ones. They use all the remaining
64 # slaves. 64 # slaves.
65 [['linux_asan'], -1], 65 [['linux_asan'], -1],
66 ] 66 ]
67 67
68 extras_expanded = expand_extra_builders(extras, len(all_slaves)) 68 extras_expanded = expand_extra_builders(extras, len(all_slaves))
69 69
70 # Set up normal slaves. 70 # Set up normal slaves.
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 chromeframe_slave + 517 chromeframe_slave +
518 gpu_slaves + 518 gpu_slaves +
519 swarm_slaves + 519 swarm_slaves +
520 win_tsan_slave + 520 win_tsan_slave +
521 win_x64_slaves + 521 win_x64_slaves +
522 swarm_dumb_slaves + 522 swarm_dumb_slaves +
523 perf_bisect_slaves) 523 perf_bisect_slaves)
524 524
525 525
526 slaves = linux() + mac() + windows() + cros() + android() + ios() 526 slaves = linux() + mac() + windows() + cros() + android() + ios()
OLDNEW
« no previous file with comments | « masters/master.tryserver.chromium/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698