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

Unified Diff: masters/master.chromiumos/chromiumos_board_config.py

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
« no previous file with comments | « no previous file | masters/master.chromiumos/master.cfg » ('j') | scripts/common/chromium_utils.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromiumos/chromiumos_board_config.py
diff --git a/masters/master.chromiumos/chromiumos_board_config.py b/masters/master.chromiumos/chromiumos_board_config.py
index 4be9c35ebcb214965c2065b14721b965b2155fb8..e6667d5982a65544532d25294dbd002a389ca1a4 100644
--- a/masters/master.chromiumos/chromiumos_board_config.py
+++ b/masters/master.chromiumos/chromiumos_board_config.py
@@ -13,7 +13,7 @@ from master.cros import builder_config
# Declare a slave allocator. We do this here so we can access the slaves
# configured by 'slaves.cfg' in 'master.cfg'.
-slave_allocator = SlaveAllocator()
+slave_allocator = SlaveAllocator(list_unallocated=True)
# Get the pinned Chromite configuration.
« no previous file with comments | « no previous file | masters/master.chromiumos/master.cfg » ('j') | scripts/common/chromium_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698