mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00

Instead of showing just the summary, display the actual test log as well. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
11 lines
447 B
YAML
11 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
|