OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRITICAL_POOLS
(Results
1 - 4
of
4
) sorted by null
/external/autotest/server/
constants.py
33
CRITICAL_POOLS
- Pools that must be kept fully supplied in order
40
CRITICAL_POOLS
= ['bvt', 'cq', 'continuous', 'cts', 'arc-presubmit']
42
MANAGED_POOLS =
CRITICAL_POOLS
+ [SPARE_POOL]
/external/autotest/site_utils/
lab_inventory_unittest.py
459
CRITICAL_POOL = lab_inventory.
CRITICAL_POOLS
[0]
[
all
...]
lab_inventory.py
74
CRITICAL_POOLS
= constants.Pools.
CRITICAL_POOLS
834
for pool in
CRITICAL_POOLS
:
[
all
...]
balance_pools.py
684
pools = (lab_inventory.
CRITICAL_POOLS
Completed in 173 milliseconds