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

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

Issue 1999793004: Move beefy slaves from a canary LTO Linux Perf to the real Linux Perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 | masters/master.chromium.perf/slaves.cfg » ('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 fdf5655a688fd791859cd3618ae685c1bd89cb88..76ea4b6a18edb1ed5959a13900cbd0b6067bf568 100644
--- a/masters/master.chromium.fyi/slaves.cfg
+++ b/masters/master.chromium.fyi/slaves.cfg
@@ -619,6 +619,7 @@ slaves = [
'builder': [
'CFI Linux CF',
'LTO Linux',
+ 'LTO Linux Perf',
],
'hostname': 'slave33-c1',
'os': 'linux',
@@ -693,13 +694,3 @@ 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 | masters/master.chromium.perf/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698