diff options
author | Daniel Stone <daniels@collabora.com> | 2021-05-17 12:55:25 +0100 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2021-05-17 13:14:28 +0000 |
commit | 8ee025d119999d302c95be45bdce70447feee869 (patch) | |
tree | 444552db8adf50447fb1e423e1d2a0b5c0b1e55c /.gitlab-ci.yml | |
parent | 0ccad4b24f39c34e3b6504c35cb007d6d4c35274 (diff) | |
download | weston-8ee025d119999d302c95be45bdce70447feee869.tar.gz |
CI: Quieten virtme kernel output
We don't need the entire verbose boot log in CI every time.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da929d06..2a821530 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,7 +66,7 @@ container_prep: - meson --prefix="$PREFIX" -Db_sanitize=address ${MESON_OPTIONS} .. - ninja -k0 - ninja install - - virtme-run --rw --pwd --kimg /weston-virtme/bzImage --script-dir ../.gitlab-ci/virtme-scripts --qemu-opts -m 1024 + - virtme-run --rw --pwd --kimg /weston-virtme/bzImage --kopt quiet --script-dir ../.gitlab-ci/virtme-scripts --qemu-opts -m 1024 - TEST_RES=$(cat $TESTS_RES_PATH) - rm $TESTS_RES_PATH - cp -R /weston-virtme ./ |