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

Unified Diff: masters/master.chromium.perf/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 | « 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: masters/master.chromium.perf/slaves.cfg
diff --git a/masters/master.chromium.perf/slaves.cfg b/masters/master.chromium.perf/slaves.cfg
index 3df1fb863140eeaf70b98917968b92825f54da01..b2467c770163db049d9baf265b00f8449534d690 100644
--- a/masters/master.chromium.perf/slaves.cfg
+++ b/masters/master.chromium.perf/slaves.cfg
@@ -45,9 +45,8 @@ _AddBuildSlaves('Mac Builder', 'mac', '10.9',
['vm108-m1', 'vm109-m1', 'vm110-m1', 'vm111-m1', 'vm112-m1',
'vm691-m1', 'vm692-m1'])
_AddBuildSlaves(
- 'Linux Builder', 'linux', 'precise',
- ['slave21-c1', 'slave22-c1', 'slave48-c1', 'slave49-c1', 'slave52-c1'])
-
+ 'Linux Builder', 'linux', 'trusty',
+ ['slave%d-c1' % x for x in range(78, 108)])
_AddTestSlaves(
'Android Galaxy S5 Perf', 'linux', 'trusty',
« 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