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

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: Addressing comments 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..25d92a304ecbbd92eb01096d81d3b1232ae4f1f4 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
]
@@ -100,6 +99,12 @@ def linux():
'linux_chromium_cfi_rel_ng',
]
+ # High-cpu slaves for dedicated use by Findit.
+ optional_highcpu_slaves = [799]
+ optional_highcpu_builders = [ # slavebuilddir
+ 'linux_chromium_variable', # linux
+ ]
+
# Set up normal slaves.
result = []
for i, slave in enumerate(cq_slaves):
@@ -143,6 +148,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