mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
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:
parent
d630ff1f79
commit
032d4a20f9
1 changed files with 1 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ def cancel_jobs(
|
||||||
if not to_cancel:
|
if not to_cancel:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
print("Cancelled jobs: ", end=" ")
|
||||||
with ThreadPoolExecutor(max_workers=6) as exe:
|
with ThreadPoolExecutor(max_workers=6) as exe:
|
||||||
part = partial(cancel_job, project)
|
part = partial(cancel_job, project)
|
||||||
exe.map(part, to_cancel)
|
exe.map(part, to_cancel)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue