mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
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:
parent
2d226f864e
commit
73bb00a9d0
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user