kernelci / kernelci-pipeline

Modular pipeline based on the KernelCI API
GNU Lesser General Public License v2.1
6 stars 18 forks source link

Add Android build preset #581

Closed helen-fornazier closed 4 months ago

helen-fornazier commented 4 months ago

result-summary.yaml: add preset to list android build tests

Since we now build android, add a preset to allow result-summary.yaml to list all build results from Android tree.

also:

result_summary_templates: make generic-test-failures generic to all results

The generic-test-failures templates can be used to show general results just replacing the name "failures" by "results". Makeing it easier to be re-used by communities that want to have pre-sets to list all results of the tests, so:

        s/generic-test-failures/generic-test-results

To properly work, this change requires https://github.com/kernelci/kernelci-pipeline/pull/580