Project Name | NVR | Tarball SHA | Status | First failure after success {{ msg }} | Number of days since last success | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ pkg["name"] }} | {{ pkg["last_build"].artifacts | getNVRfrompkgsrpm }} | {{ pkg["last_build"].commit_hash }} | {% if pkg["last_build"].status == "SUCCESS" %}SUCCESS | {% elif pkg["last_build"].status == "RETRY" %} | RETRY | {% else %} | FAILED | {% if "first_failure" in pkg %} {{ pkg["first_failure"].commit_hash }} (build log) {% else %} ?????? {% endif %} | {% if pkg["days"] == -1 %} Never {% else %} {{ pkg["days"] }} days {% endif %} | {% endif %}