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

Unified Diff: masters/master.tryserver.chromium.linux/slaves.cfg

Issue 2066013003: Moving Findit variable builders to new high-end cpu slave (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/slaves.cfg
diff --git a/masters/master.tryserver.chromium.linux/slaves.cfg b/masters/master.tryserver.chromium.linux/slaves.cfg
index bd20709b22306e27f6598e3f4431c1d71756a966..05826623f80512f3d0519447118f5a2e8f2dc8b0 100644
--- a/masters/master.tryserver.chromium.linux/slaves.cfg
+++ b/masters/master.tryserver.chromium.linux/slaves.cfg
@@ -59,7 +59,6 @@ def linux():
'linux_chromium_dbg_ng', # linux
'linux_chromium_dbg_32_ng', # linux
'linux_chromium_msan_rel_ng', # linux_msan
- 'linux_chromium_variable', # linux
'linux_chromiumos_full_variable', # linux_chromeos
'linux_site_isolation', # linux
]
@@ -99,6 +98,10 @@ def linux():
'linux_upload_clang',
'linux_chromium_cfi_rel_ng',
]
+ optional_highcpu_slaves = [799]
stgao 2016/06/15 06:12:39 I guess we want to dedicate this slave to Findit a
lijeffrey 2016/06/15 18:10:40 Done.
+ optional_highcpu_builders = [ # slavebuilddir
+ 'linux_chromium_variable', # linux
+ ]
# Set up normal slaves.
result = []
@@ -143,6 +146,16 @@ def linux():
'hostname': 'slave%d-c4' % slave,
'pool': 'linux_optional_highmem',
})
+ for slave in optional_highcpu_slaves:
+ result.append({
+ 'master': 'TryServerChromiumLinux',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ 'builder': optional_highcpu_builders,
+ 'hostname': 'slave%d-c4' % slave,
+ 'pool': 'linux_optional_highcpu',
+ })
# Bot for linux_chromium_browser_side_navigation_rel.
result.extend([
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698