ci-automation: Break retest cycle properly in qemu on arm64

Rerunning the test will always yield the same result in this case, so
it's pointless.
This commit is contained in:
Krzesimir Nowak 2022-08-24 13:47:23 +02:00
parent 2d226f864e
commit 73bb00a9d0

View File

@ -17,6 +17,7 @@ if [ "${CIA_ARCH}" = "arm64" ] && [ "${CIA_TESTSCRIPT}" != "qemu_uefi.sh" ] ; th
echo " ---" >> "${CIA_TAPFILE}" echo " ---" >> "${CIA_TAPFILE}"
echo " ERROR: ARM64 tests only supported on qemu_uefi." | tee -a "${CIA_TAPFILE}" echo " ERROR: ARM64 tests only supported on qemu_uefi." | tee -a "${CIA_TAPFILE}"
echo " ..." >> "${CIA_TAPFILE}" echo " ..." >> "${CIA_TAPFILE}"
break_retest_cycle
exit 1 exit 1
fi fi