| 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.
|
|
|