Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dgs_offloader.py415 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN),
426 _upload_files(host, path, result_pattern,
435 def _is_valid_result(build, result_pattern, suite): argument
454 if result_pattern in result_patterns and not (
516 def _upload_files(host, path, result_pattern, multiprocessing, argument
531 if not _is_valid_result(build, result_pattern, suite):
575 for test_result_file in glob.glob(os.path.join(path, result_pattern)):
587 CTS_COMPRESSED_RESULT_TYPES[result_pattern])
590 CTS_COMPRESSED_RESULT_TYPES[result_pattern])