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

Unified Diff: scripts/slave/compile.py

Issue 1992083002: Add 30 more slaves into 'LTO Linux Perf' buildbot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: fix presubmit warning Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/compile.py
diff --git a/scripts/slave/compile.py b/scripts/slave/compile.py
index c1c88262ef26ced77275f5ffff4242f32138e5f5..3c5cccc8a903dca214cb740b94f140f8cea77d17 100755
--- a/scripts/slave/compile.py
+++ b/scripts/slave/compile.py
@@ -947,7 +947,7 @@ def main_ninja(options, args):
# Also increasing cpus for v8/blink trybots.
['build%d-m4' % x for x in xrange(45, 48)] +
# Also increasing cpus for LTO buildbots.
- ['slave20-c1', 'slave33-c1']):
+ ['slave%d-c1' % x for x in [20, 33] + range(78, 108)]):
return min(10 * number_of_processors, 200)
return 50
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698