Home
last modified time | relevance | path

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

/external/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py227 def bootstrap_log_follower(main_test_case, timestamp_relative_to) -> LogFollower: argument
239 main_test_case=main_test_case,
312 proxy, job_definition, retry_count, jobs_log, main_test_case, argument
336 main_test_case, timestamp_relative_to
362 proxy, job_definition, main_test_case, timestamp_relative_to argument
368 main_test_case, timestamp_relative_to
/external/mesa3d/.gitlab-ci/lava/utils/
Dlog_section.py82 self, lava_log_line: dict[str, str], main_test_case: Optional[str],
91 is_main_test_case = section_id == main_test_case
Dlog_follower.py36 main_test_case: Optional[str] = None variable in LogFollower
128 line, self.main_test_case, self.timestamp_relative_to
/external/mesa3d/.gitlab-ci/tests/
Dtest_lava_job_submitter.py91 log_follower = bootstrap_log_follower(main_test_case="", timestamp_relative_to=None)