mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
Revert "bin/ci_run_n_monitor: explain that the 'Universal Recycling symbol' ♲ emoji means these jobs were cancelled"
This reverts commit032d4a20f9. The `if not to_cancel: return` was a red herring as what actually matters is the job status, which is checked in each cancel_job() call, so we can't know in advance whether anything will be cancelled, so let's just drop this text explanation. In the meantime we've also improved the emoji next to cancelled jobs, so let's hope there is no longer any need to explain what this long list of job names means. Fixes:032d4a20f9("bin/ci_run_n_monitor: explain that the 'Universal Recycling symbol' ♲ emoji means these jobs were cancelled") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30265>
This commit is contained in:
parent
1846eed38b
commit
2c6e8b2dd5
1 changed files with 0 additions and 1 deletions
|
|
@ -286,7 +286,6 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue