mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
ci-automation: Fix some copy-pasta
This commit is contained in:
parent
222e68e3b1
commit
b93b768d71
@ -14,7 +14,7 @@ source ci-automation/vendor_test.sh
|
||||
# unsupported option.
|
||||
if [[ "${CIA_ARCH}" == "arm64" ]]; then
|
||||
echo "1..1" > "${CIA_TAPFILE}"
|
||||
echo "not ok - all qemu tests" >> "${CIA_TAPFILE}"
|
||||
echo "not ok - all Openstack tests" >> "${CIA_TAPFILE}"
|
||||
echo " ---" >> "${CIA_TAPFILE}"
|
||||
echo " ERROR: ARM64 tests not supported on Openstack (devstack)." | tee -a "${CIA_TAPFILE}"
|
||||
echo " ..." >> "${CIA_TAPFILE}"
|
||||
|
||||
@ -14,7 +14,7 @@ source ci-automation/vendor_test.sh
|
||||
# unsupported option.
|
||||
if [[ "${CIA_ARCH}" == "arm64" ]]; then
|
||||
echo "1..1" > "${CIA_TAPFILE}"
|
||||
echo "not ok - all qemu tests" >> "${CIA_TAPFILE}"
|
||||
echo "not ok - all VMware ESX tests" >> "${CIA_TAPFILE}"
|
||||
echo " ---" >> "${CIA_TAPFILE}"
|
||||
echo " ERROR: ARM64 tests not supported on VMware ESX." | tee -a "${CIA_TAPFILE}"
|
||||
echo " ..." >> "${CIA_TAPFILE}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user