From 0e8ea8b9d70ae630a5c1f5e3a1647769b59fb1fd Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 2 Sep 2021 10:38:02 +0200 Subject: [PATCH] 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. --- jenkins/kola/qemu_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/kola/qemu_common.sh b/jenkins/kola/qemu_common.sh index d447dca6cc..f6f0a3946b 100755 --- a/jenkins/kola/qemu_common.sh +++ b/jenkins/kola/qemu_common.sh @@ -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