From 5c70735f177fdf5ea3689f4ffc86f985f70ad1d1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 9 Sep 2021 16:46:27 +0100 Subject: [PATCH] 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 --- make-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5