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

Unified Diff: masters/master.chromium.fyi/slaves.cfg

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 | « no previous file | scripts/slave/compile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/slaves.cfg
diff --git a/masters/master.chromium.fyi/slaves.cfg b/masters/master.chromium.fyi/slaves.cfg
index c0f84e85814435ec159b3edadf9891d802bff66f..c7542b759ef6765062347944d801e5b1d0e76745 100644
--- a/masters/master.chromium.fyi/slaves.cfg
+++ b/masters/master.chromium.fyi/slaves.cfg
@@ -611,7 +611,6 @@ slaves = [
'builder': [
'CFI Linux CF',
'LTO Linux',
- 'LTO Linux Perf',
],
'hostname': 'slave33-c1',
'os': 'linux',
@@ -686,3 +685,13 @@ slaves = [
'bits': '64',
},
]
+
+for slave in range(78, 108):
+ slaves.append({
+ 'master': 'ChromiumFYI',
+ 'builder': 'LTO Linux Perf',
+ 'hostname': 'slave%d-c1' % slave,
+ 'os': 'linux',
+ 'version': 'trusty',
+ 'bits': '64',
+ })
« no previous file with comments | « no previous file | scripts/slave/compile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698