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

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

Issue 2458033002: V8: Fix preferred builder setup (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 f6b25a8ce5d9a0f806aa6e3f3a86ae5a7f67a2cc..a9732cabb2cf05b1be6d1ece59fb861fa1f10e88 100644
--- a/masters/master.tryserver.v8/master.cfg
+++ b/masters/master.tryserver.v8/master.cfg
@@ -259,8 +259,10 @@ for builder in c['builders']:
# The 'slaves' list defines the set of allowable buildslaves. List all the
# slaves registered to a builder. Remove dupes.
-c['slaves'] = master_utils.AutoSetupSlaves(c['builders'],
- config.Master.GetBotPassword())
+c['slaves'] = master_utils.AutoSetupSlaves(
+ c['builders'],
+ config.Master.GetBotPassword(),
+ preferred_builder_dict=slaves.GetPreferredBuildersDict())
# Make sure everything works together.
master_utils.VerifySetup(c, slaves)
« 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