Skip to content

Commit

Permalink
result_summary presets: refine presets for v4l2-decoder-conformance
Browse files Browse the repository at this point in the history
Modify the regression preset to monitor regressions on both the
v4l2-decoder-conformance test suites and its test cases, by matching the
nodes by group instead of by name.
Also, change the failure preset to monitor for all errors caused by
runtime errors.

Signed-off-by: Laura Nao <[email protected]>
  • Loading branch information
laura-nao authored and r-c-n committed May 27, 2024
1 parent ed53aef commit f6a1095
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/result-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -666,33 +666,33 @@ all-android-builds:
repos:
- tree: android

#### Failures and regressions in v4l2-decoder-conformance tests in collabora-next
#### Failures and regressions in v4l2-decoder-conformance tests

monitor-v4l2-decoder-conformance-regressions:
metadata:
action: monitor
title: "KernelCI v4l2-decoder-conformance regressions found"
title: "KernelCI v4l2-decoder-conformance regressions"
template: "generic-regression-report.html.jinja2"
output_file: "v4l2-decoder-conformance-regressions.html"
preset:
regression:
- data.error_code: null
name__re: v4l2-decoder-conformance
group__re: v4l2-decoder-conformance
repos:
- tree: mainline
- tree: next
- tree: collabora-chromeos-kernel
- tree: media

monitor-v4l2-decoder-conformance-failures:
monitor-v4l2-decoder-conformance-failures__runtime-errors:
metadata:
action: monitor
title: "KernelCI v4l2-decoder-conformance failures found"
template: "generic-regression-report.html.jinja2"
output_file: "v4l2-decoder-conformance-failures.html"
title: "KernelCI v4l2-decoder-conformance failures due to runtime errors"
template: "generic-test-results.html.jinja2"
output_file: "v4l2-decoder-conformance-failures__runtime-errors.html"
preset:
test:
- data.error_code: null
- data.error_code__ne: null
result: fail
name__re: v4l2-decoder-conformance
repos:
Expand Down

0 comments on commit f6a1095

Please sign in to comment.