Skip to content

Commit

Permalink
stable-rc: improve CI system details for boot failures
Browse files Browse the repository at this point in the history
List CI system with every boot failure per architecture.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and spbnick committed Aug 13, 2024
1 parent 1f17e7e commit 5b961d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcidb/templates/stable_rc_test.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
{% for architecture, tests in boot_tests_info|groupby("build.architecture") %}
{{- "\n " + architecture }}:({{ tests|map(attribute="build.config_name") | unique | reject("none") | join("") }})
{{- "\n -" + tests|map(attribute="environment_misc.platform") | unique | join("\n -") }}
{{- "\n CI system: " + origin}}
{% endfor %}
{{- " CI system: " + origin}}
{% else %}
{{- "\n Missing failure information. Sorry, we are working on improving report for this situation." }}
{{- "\n CI system: " + origin}}
Expand Down

0 comments on commit 5b961d1

Please sign in to comment.