Skip to content

Commit

Permalink
config: result-summary: add rt-stable kbuilds presets
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Jul 2, 2024
1 parent 9defa0a commit 3814188
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/result-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,35 @@ monitor-stable-rc-boot-failures:
repos:
- tree: stable-rc

# Monitor all stable-rt kernel kbuild regressions
monitor-stable-rt-build-regressions:
metadata:
action: monitor
title: "<strong>stable-rt</strong> kernel build regression"
template: "generic-regression-report.html.jinja2"
output_file: "stable-rt-build-regression-report.html"
preset:
regression:
- name__re: kbuild
result: fail
data.error_code: null
repos:
- tree: stable-rt

# Monitor all stable-rt kernel kbuild failures
monitor-stable-rt-build-failures:
metadata:
action: monitor
title: "<strong>stable-rt</strong> kernel build failure"
template: "generic-test-failure-report.html.jinja2"
output_file: "stable-rt-build-failure.html"
preset:
kbuild:
- result: fail
data.error_code: null
repos:
- tree: stable-rt

monitor-all-regressions:
metadata:
action: monitor
Expand Down

0 comments on commit 3814188

Please sign in to comment.