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:

committed by
Marge Bot

parent
964ecac0a4
commit
330006375e
@@ -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(
|
||||
|
Reference in New Issue
Block a user