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

Unified Diff: masters/master.tryserver.v8/master.cfg

Issue 2448873003: V8: Use new slave-preference function on tryserver (Closed)
Patch Set: Created 4 years, 2 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.v8/master.cfg
diff --git a/masters/master.tryserver.v8/master.cfg b/masters/master.tryserver.v8/master.cfg
index b711d90af71cb6e423191aaf2007e17fc6920526..f6b25a8ce5d9a0f806aa6e3f3a86ae5a7f67a2cc 100644
--- a/masters/master.tryserver.v8/master.cfg
+++ b/masters/master.tryserver.v8/master.cfg
@@ -255,7 +255,7 @@ for builder in c['builders']:
# Associate the slaves to the builders. The configuration is in slaves.cfg.
builder['slavenames'] = slaves.GetSlavesName(builder=builder['name'])
# Sets nextSlave function for slave affinity.
- builder['nextSlave'] = master_utils.PreferredBuilderNextSlaveFunc()
+ builder['nextSlave'] = master_utils.PreferredBuilderNextSlaveFuncNG()
# The 'slaves' list defines the set of allowable buildslaves. List all the
# slaves registered to a builder. Remove dupes.
« 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