diff --git a/.github/actions/create_workflow_report/ci_run_report.html.jinja b/.github/actions/create_workflow_report/ci_run_report.html.jinja index 7a8a91c4ff29..a92c1aa34e3a 100644 --- a/.github/actions/create_workflow_report/ci_run_report.html.jinja +++ b/.github/actions/create_workflow_report/ci_run_report.html.jinja @@ -150,6 +150,10 @@ Commit {{ commit_sha }} + + Build Report + Build Report + Date {{ date }} @@ -161,6 +165,7 @@ {% endif %}

Table of Contents

+ {%- if pr_number != 0 -%} +

New Fails in PR

+

Compared with base sha {{ base_sha }}

+ {{ new_fails_html }} + {%- endif %} +

CI Jobs Status

{{ ci_jobs_status_html }} @@ -185,6 +196,12 @@ {{ docker_images_cves_html }}

Checks Known Fails

+

+ Fail reason conventions:
+ KNOWN - Accepted fail and fix is not planned
+ INVESTIGATE - We don't know why it fails
+ NEEDSFIX - Investigation done and a fix is needed to make it pass
+

{{ checks_known_fails_html }}