Skip to content

Commit

Permalink
result-summary.yaml: add preset to list android build tests
Browse files Browse the repository at this point in the history
Since we now build android, add a preset to allow result-summary.yaml to
list all build results from Android tree.

Signed-off-by: Helen Koike <[email protected]>
  • Loading branch information
Helen Koike authored and r-c-n committed Apr 30, 2024
1 parent 11aca40 commit 0fbd272
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/result-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -627,3 +627,16 @@ all-kunit-failures:
- group__re: kunit
result: fail
data.error_code: null

# All android build results
all-android-builds:
metadata:
action: summary
title: "Test results for Android branches"
template: "generic-test-results.html.jinja2"
output_file: "all-android-builds.html"
preset:
kbuild:
- data.error_code: null
repos:
- tree: android

0 comments on commit 0fbd272

Please sign in to comment.