Home
last modified time | relevance | path

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

/external/mesa3d/.gitlab-ci/lava/utils/
Dlog_follower.py22 from lava.utils.gitlab_section import GitlabSection
35 starting_section: Optional[GitlabSection] = None
38 _current_section: Optional[GitlabSection] = None
39 section_history: list[GitlabSection] = field(default_factory=list, init=False)
70 def current_section(self, new_section: GitlabSection) -> None: argument
112 def update_section(self, new_section: GitlabSection): argument
Dlog_section.py8 from lava.utils.gitlab_section import GitlabSection
84 ) -> Optional[GitlabSection]:
93 return GitlabSection(
D__init__.py2 from .gitlab_section import GitlabSection
Dgitlab_section.py17 class GitlabSection: class
/external/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py36 GitlabSection,
228 start_section = GitlabSection(
280 with GitlabSection(
326 queue_section = GitlabSection(
501 with GitlabSection(
522 gl = GitlabSection(
/external/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_log.py13 GitlabSection,
64 gs = GitlabSection(
320 gl = GitlabSection(
389 boot_section = GitlabSection(