Home
last modified time | relevance | path

Searched refs:SUITES_NEED_RETRY (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/presubmit_hooks/
Dcheck_control_files.py26 SUITES_NEED_RETRY = set(['bvt-arc', 'bvt-cq', 'bvt-inline']) variable
198 if ctrl_data.job_retries < 2 and SUITES_NEED_RETRY.intersection(suites):
202 'file for %s.' % (' or '.join(SUITES_NEED_RETRY), test_name))