OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BARE_BRANCHES
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/suite_scheduler/
task.py
28
BARE_BRANCHES
= ['factory', 'firmware']
32
"""Pick branch name. If type is among
BARE_BRANCHES
, return type,
38
if type in
BARE_BRANCHES
:
242
We accept any of
BARE_BRANCHES
in |branch_specs|, as
251
if branch in
BARE_BRANCHES
:
443
if branch in
BARE_BRANCHES
:
build_event_unittest.py
44
if type in task.
BARE_BRANCHES
:
task_unittest.py
270
t = task.Task(self._TASK_NAME, self._SUITE, task.
BARE_BRANCHES
)
timed_event_unittest.py
123
if type in task.
BARE_BRANCHES
:
Completed in 413 milliseconds