Searched refs:main_test_case (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/.gitlab-ci/lava/ |
D | lava_job_submitter.py | 227 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/ |
D | log_section.py | 82 self, lava_log_line: dict[str, str], main_test_case: Optional[str], 91 is_main_test_case = section_id == main_test_case
|
D | log_follower.py | 36 main_test_case: Optional[str] = None variable in LogFollower 128 line, self.main_test_case, self.timestamp_relative_to
|
/external/mesa3d/.gitlab-ci/tests/ |
D | test_lava_job_submitter.py | 91 log_follower = bootstrap_log_follower(main_test_case="", timestamp_relative_to=None)
|