]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
fmtarches: Use dom0arches, not hardcoded arch list
authorIan Jackson <iwj@xenproject.org>
Thu, 9 Sep 2021 15:46:27 +0000 (16:46 +0100)
committerIan Jackson <iwj@xenproject.org>
Thu, 9 Sep 2021 16:26:55 +0000 (17:26 +0100)
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 <iwj@xenproject.org>
make-flight

index e0d11c801d83dd0fe8badb170de5caddc48d6173..ecbb195bc366f41c03323d6ef8f2774fee3b905e 100755 (executable)
@@ -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