Skip to content

Commit

Permalink
config: result-summary: add generic rule to monitor failures and regr…
Browse files Browse the repository at this point in the history
…ession

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
  • Loading branch information
musamaanjum authored and nuclearcat committed Jul 2, 2024
1 parent 0e27c20 commit f405fd7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/result-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,30 @@ monitor-kselftest-cpufreq-failures:
result: fail
name: kselftest-cpufreq

#### Failures and regressions in all kselftest tests

monitor-kselftest-regressions:
metadata:
action: monitor
title: "KernelCI kselftest regressions"
template: "generic-regression-report.html.jinja2"
output_file: "kselftest-regressions.html"
preset:
regression:
- data.error_code: null
name__re: kselftest

monitor-kselftest-failures:
metadata:
action: monitor
title: "KernelCI kselftest failures"
template: "generic-regression-report.html.jinja2"
output_file: "kselftest-failures.html"
preset:
test:
- data.error_code: null
result: fail
name__re: kselftest

# All kunit test failures
monitor-all-kunit-failures:
Expand Down

0 comments on commit f405fd7

Please sign in to comment.