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:

committed by
Marge Bot

parent
b8a54c50a6
commit
f398f0fb44
@@ -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:
|
||||
|
Reference in New Issue
Block a user