From: Ian Jackson Date: Thu, 9 Sep 2021 15:46:27 +0000 (+0100) Subject: fmtarches: Use dom0arches, not hardcoded arch list X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5c70735f177fdf5ea3689f4ffc86f985f70ad1d1;p=osstest.git fmtarches: Use dom0arches, not hardcoded arch list This will make us reallocate fmt tests when the arch list changes. It's not ideal because it means tests jumping about across arches and might let regressions go through but it's better than just dropping them, and doing a better approach is complex. This changes some jobs and adds others, roughly: + test-amd64-i386-libvirt-fraw - test-amd64-i386-xl-raw + test-amd64-i386-xl-vhd + test-arm64-arm64-libvirt-raw + test-arm64-arm64-xl-vhd + test-armhf-armhf-libvirt-qcow2 (as reported by standalone-generate-dump-flight-runvars) Signed-off-by: Ian Jackson --- diff --git a/make-flight b/make-flight index e0d11c8..ecbb195 100755 --- a/make-flight +++ b/make-flight @@ -652,7 +652,7 @@ do_pv_debian_tests () { # 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 arm64" + local fmtarches_outer="$dom0arches" local endfmt="do_pv_debian_tests-missing-ts-fmt-for-dom0arch=" for ts in xl libvirt ; do