mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
bin/ci_run_n_monitor: replace ♲ with 🗙 to represent cancelled jobs
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30223>
This commit is contained in:
parent
964ecac0a4
commit
330006375e
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ def cancel_job(
|
|||
return
|
||||
pjob = project.jobs.get(job.id, lazy=True)
|
||||
pjob.cancel()
|
||||
print(f"♲ {job.name}", end=" ") # U+2672 Universal Recycling symbol
|
||||
print(f"🗙 {job.name}", end=" ") # U+1F5D9 Cancellation X
|
||||
|
||||
|
||||
def cancel_jobs(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue