bin/ci_run_n_monitor: explain that the 'Universal Recycling symbol' ♲ emoji means these jobs were cancelled

And not "restarted" for instance, which would also be a reasonable
interpretation.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30223>
This commit is contained in:
Eric Engestrom
2024-07-17 13:37:32 +02:00
committed by Marge Bot
parent d630ff1f79
commit 032d4a20f9

View File

@@ -286,6 +286,7 @@ def cancel_jobs(
if not to_cancel:
return
print("Cancelled jobs: ", end=" ")
with ThreadPoolExecutor(max_workers=6) as exe:
part = partial(cancel_job, project)
exe.map(part, to_cancel)