# Within each fmt we rotate through the list of arches
# The starting list rotates once per ts, so that we try to
# exercise each fmt on each arch family.
- local fmtarches_outer="i386 armhf amd64"
+ local fmtarches_outer="i386 armhf amd64 arm64"
local endfmt="do_pv_debian_tests-missing-ts-fmt-for-dom0arch="
for ts in xl libvirt ; do
blessing=$4
buildflight=$5
-: ${ALL_ARCHES:=amd64 i386 armhf}
+: ${ALL_ARCHES:=amd64 i386 arm64 armhf}
: ${ALL_SUITES:=jessie stretch}
: ${PERHOST_MAXWAIT:=20000} # seconds
BUILD_RUNVARS+=" build_lvextend_max=$BUILD_LVEXTEND_MAX "
fi
- for arch in ${BUILD_ARCHES- i386 amd64 armhf }; do
+ for arch in ${BUILD_ARCHES- i386 amd64 armhf arm64 }; do
if [ "x$arch" = xdisable ]; then continue; fi
;;
esac
- for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do
+ for xenarch in ${TEST_ARCHES- i386 amd64 armhf arm64 } ; do
if [ "x$xenarch" = xdisable ]; then continue; fi
*) echo >&2 "kernkind ? $kern"; exit 1 ;;
esac
- for dom0arch in i386 amd64 armhf; do
+ for dom0arch in i386 amd64 armhf arm64; do
case ${xenarch}_${dom0arch} in
amd64_amd64) ;;