mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
jenkins/kola/qemu_common.sh: continue regular tests even if update test fails
The update test runs first but if it fails, we still want to continue with the regular test suite.
This commit is contained in:
parent
4ca7027365
commit
0e8ea8b9d7
@ -84,7 +84,7 @@ if [ "${KOLA_TESTS}" = "*" ] || [ "$(echo "${KOLA_TESTS}" | grep 'cl.update.payl
|
||||
--tapfile="/mnt/host/source/${JOB_NAME##*/}_update_from_previous_release.tap" \
|
||||
--torcx-manifest=/mnt/host/source/torcx_manifest.json \
|
||||
--update-payload=/mnt/host/source/tmp/flatcar_test_update.gz \
|
||||
cl.update.payload
|
||||
cl.update.payload || true
|
||||
fi
|
||||
|
||||
# Do not expand the kola test patterns globs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user