Lines Matching refs:retry
412 retry = -1
415 retry = CONFIG['PUBLIC_MODULE_RETRY_COUNT'][_ALL]
420 retry = max(retry, CONFIG['PUBLIC_MODULE_RETRY_COUNT'][module])
425 retry = max(retry, CONFIG['CTS_MAX_RETRIES'][module])
430 retry = 3
432 if retry == -1 and 'suite:bvt-perbuild' in suites:
433 retry = 3
438 retry = max(retry, CONFIG['CTS_QUAL_RETRIES'])
441 retry = 0
443 if retry >= 0:
444 return retry
567 def _format_collect_cmd(is_public, abi_to_run, retry): argument
569 if retry:
596 retry=False, argument
599 if retry:
659 retry=False, argument
670 retry=retry,
673 return _format_collect_cmd(is_public, abi_to_run, retry=retry)
678 return get_run_template(modules, is_public, retry=True)