mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Instead of showing just the summary, display the actual test log as well. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
12 lines
447 B
YAML
12 lines
447 B
YAML
summary: Run apparmor_parser parser_sanity test from parser/tst
|
|
# This test is particularly slow. Those values are aimed at running fast enough
|
|
# on a Raspberry Pi 5, representing a slower-ish computer.
|
|
#
|
|
# TODO: figure out how to make this test more parallelizable.
|
|
warn-timeout: 20m
|
|
kill-timeout: 30m
|
|
# Start this task sooner rather than later.
|
|
priority: 100
|
|
execute: |
|
|
make -C "$SPREAD_PATH"/parser/tst -j"$(nproc)" parser_sanity VERBOSE=1
|