]> xenbits.xensource.com Git - osstest.git/commit
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)
commit5c70735f177fdf5ea3689f4ffc86f985f70ad1d1
tree7f123363bcf724a038e97fe1c7ee460307516ad4
parent8c0444434fd393d84974410aa55f0816a85e4550
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 <iwj@xenproject.org>
make-flight