mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 12:20:40 +02:00
bin/ci_run_n_monitor: print in which repo we're looking for the pipeline
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25153>
This commit is contained in:
parent
b8a54c50a6
commit
f398f0fb44
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def read_token(token_arg: Optional[str]) -> str:
|
|||
|
||||
def wait_for_pipeline(project, sha: str):
|
||||
"""await until pipeline appears in Gitlab"""
|
||||
print("⏲ for the pipeline to appear..", end="")
|
||||
print(f"⏲ for the pipeline to appear in {project.path_with_namespace}..", end="")
|
||||
while True:
|
||||
pipelines = project.pipelines.list(sha=sha)
|
||||
if pipelines:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue