Skip to content

Commit

Permalink
result_summary presets: add summary presets for v4l2-decoder-conformance
Browse files Browse the repository at this point in the history
Add summary presets to fetch regressions and failures on
v4l2-decoder-conformance tests. Two of the presets are the same used by
the monitor; add one additional preset to fetch all the failures on
both the test suites and their test cases.

Signed-off-by: Laura Nao <[email protected]>
  • Loading branch information
laura-nao authored and r-c-n committed May 27, 2024
1 parent f6a1095 commit 343ea20
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions config/result-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -700,3 +700,53 @@ monitor-v4l2-decoder-conformance-failures__runtime-errors:
- tree: next
- tree: collabora-chromeos-kernel
- tree: media

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

summary-v4l2-decoder-conformance-failures__runtime-errors:
metadata:
action: summary
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__ne: null
result: fail
name__re: v4l2-decoder-conformance
repos:
- tree: mainline
- tree: next
- tree: collabora-chromeos-kernel
- tree: media

summary-v4l2-decoder-conformance-failures:
metadata:
action: summary
title: "KernelCI v4l2-decoder-conformance failures"
template: "generic-test-results.html.jinja2"
output_file: "v4l2-decoder-conformance-failures.html"
preset:
test:
- data.error_code: null
result: fail
group__re: v4l2-decoder-conformance
repos:
- tree: mainline
- tree: next
- tree: collabora-chromeos-kernel
- tree: media

0 comments on commit 343ea20

Please sign in to comment.