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

Unified Diff: masters/master.client.v8.fyi/slaves.cfg

Issue 1478953003: V8 Buildbot: Switch slaves for better throughput and usability. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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.client.v8.fyi/master.cfg ('k') | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.v8.fyi/slaves.cfg
diff --git a/masters/master.client.v8.fyi/slaves.cfg b/masters/master.client.v8.fyi/slaves.cfg
index 02dd4eee12cf523a7a744fefe72931651670d14e..359df6b9413414ee1db425ee69f61fb6c18b2757 100644
--- a/masters/master.client.v8.fyi/slaves.cfg
+++ b/masters/master.client.v8.fyi/slaves.cfg
@@ -49,14 +49,6 @@ slaves = [
},
{
'master': 'V8FYI',
- 'builder': 'V8-Blink Linux 64',
- 'hostname': 'vm375-m3',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '64',
- },
- {
- 'master': 'V8FYI',
'builder': 'V8-Blink Linux 64 (dbg)',
'hostname': 'build1-m3', # Very fast builder.
'os': 'linux',
@@ -148,3 +140,14 @@ slaves = [
'bits': '64',
},
]
+
+for i in [106, 353, 375]:
+ slaves.append({
+ 'master': 'V8FYI',
+ 'builder': 'V8-Blink Linux 64',
+ 'hostname': 'vm%d-m3' % i,
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ })
+
« no previous file with comments | « masters/master.client.v8.fyi/master.cfg ('k') | masters/master.client.v8/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698