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:
Eric Engestrom
2023-09-11 14:58:17 +01:00
committed by Marge Bot
parent b8a54c50a6
commit f398f0fb44

View File

@@ -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: