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

Unified Diff: masters/master.chromiumos/master.cfg

Issue 1393893004: Add `slave_alloc_update` tool. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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
Index: masters/master.chromiumos/master.cfg
diff --git a/masters/master.chromiumos/master.cfg b/masters/master.chromiumos/master.cfg
index e2a61ca39ea411fb9e8015b49c2f149dd52da1dc..d8a9d065e745357cc3aa29cdcf83f760da292d2e 100644
--- a/masters/master.chromiumos/master.cfg
+++ b/masters/master.chromiumos/master.cfg
@@ -297,7 +297,7 @@ if ActiveMaster.is_production_host:
if not ActiveMaster.is_production_host:
# Save our slave pool state. This is populated when our 'slaves' variable
# gets generated.
- chromiumos_board_config.slave_allocator.SaveState(list_unallocated=True)
+ chromiumos_board_config.slave_allocator.SaveState()
slave_map = chromiumos_board_config.slave_allocator.GetSlaveMap()
if slave_map.unallocated:
log.msg("The following slaves were not allocated: %s" % (

Powered by Google App Engine
This is Rietveld 408576698