Lines Matching full:gitlab
9 from ci_post_gantt import Gitlab, MockGanttExit
42 mock_pipeline.web_url = "https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/9999"
90 with patch("ci_post_gantt.Gitlab") as MockGitlab:
91 mock_gitlab_instance = MagicMock(spec=Gitlab)
114 with patch("ci_post_gantt.Gitlab") as MockGitlab:
119 mock_gitlab_instance = MagicMock(spec=Gitlab)
151 plain_url = "https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/12345"
160 summary_url = "https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/99999"
164 "[lavapipe](https://gitlab.freedesktop.org/mesa/mesa/-/jobs/68141218)<details><summary> "
174 with patch("ci_post_gantt.Gitlab") as MockGitlab, patch(
188 mock_gitlab_instance = MagicMock(spec=Gitlab)