Skip to content

Commit

Permalink
result_summary presets: html markup in some preset titles
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <[email protected]>
  • Loading branch information
r-c-n committed Apr 3, 2024
1 parent b488e6a commit e250144
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/result-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# New stable-rc kernel build regressions
stable-rc-build-regressions:
metadata:
title: "stable-rc kernel build regressions"
title: "<strong>stable-rc</strong> kernel build regressions"
template: "generic-regressions.html.jinja2"
output: "stable-rc-build-regressions.html"
preset:
Expand All @@ -63,7 +63,7 @@ stable-rc-build-regressions:
# All active stable-rc kernel build regressions
stable-rc-build-active-regressions:
metadata:
title: "stable-rc kernel build regressions"
title: "<strong>stable-rc</strong> kernel build regressions"
template: "generic-regressions.html.jinja2"
output: "stable-rc-build-regressions.html"
preset:
Expand All @@ -77,7 +77,7 @@ stable-rc-build-active-regressions:
# stable-rc kernel build failures
stable-rc-build-failures:
metadata:
title: "stable-rc kernel build failures"
title: "<strong>stable-rc</strong> kernel build failures"
template: "generic-test-failures.html.jinja2"
output: "stable-rc-build-failures.html"
preset:
Expand All @@ -90,7 +90,7 @@ stable-rc-build-failures:
# stable-rc kernel boot regressions
stable-rc-boot-regressions:
metadata:
title: "stable-rc kernel boot regressions"
title: "<strong>stable-rc</strong> kernel boot regressions"
template: "generic-regressions.html.jinja2"
output: "stable-rc-boot-regressions.html"
preset:
Expand All @@ -102,7 +102,7 @@ stable-rc-boot-regressions:
# stable-rc kernel boot active regressions
stable-rc-boot-active-regressions:
metadata:
title: "stable-rc kernel boot regressions"
title: "<strong>stable-rc</strong> kernel boot regressions"
template: "generic-regressions.html.jinja2"
output: "stable-rc-boot-regressions.html"
preset:
Expand All @@ -116,7 +116,7 @@ stable-rc-boot-active-regressions:
# stable-rc kernel boot failures
stable-rc-boot-failures:
metadata:
title: "stable-rc kernel boot failures"
title: "<strong>stable-rc</strong> kernel boot failures"
template: "generic-test-failures.html.jinja2"
output: "stable-rc-boot-failures.html"
preset:
Expand Down

0 comments on commit e250144

Please sign in to comment.