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:
Eric Engestrom
2024-07-18 11:41:34 +02:00
committed by Marge Bot
parent 964ecac0a4
commit 330006375e

View File

@@ -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(