mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 13:58:55 +00:00
ci.gatekeeper: Print the older job id
let's print the also the existing result's id when printing the information about ignoring older result id to simplify debugging. Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
@@ -83,7 +83,7 @@ class Checker:
|
||||
elif job['run_id'] < self.results[job_name]['run_id']:
|
||||
# Newer results already stored
|
||||
print(f"older {job_name} - {job['status']} {job['conclusion']} "
|
||||
f"{job['id']}", file=sys.stderr)
|
||||
f"{job['id']} (newer_id={self.results[job_name]['id']})", file=sys.stderr)
|
||||
return
|
||||
print(f"{job_name} - {job['status']} {job['conclusion']} {job['id']}",
|
||||
file=sys.stderr)
|
||||
|
Reference in New Issue
Block a user