]> xenbits.xensource.com Git - osstest.git/commit
examination: skip memdisk on non-BIOS hosts, run per-firmware on x86
authorIan Jackson <iwj@xenproject.org>
Fri, 22 Oct 2021 15:21:27 +0000 (16:21 +0100)
committerIan Jackson <iwj@xenproject.org>
Mon, 6 Dec 2021 18:17:13 +0000 (18:17 +0000)
commitbf2624d07b655d9e77014b3d7196ad933a260ec8
tree188dbbac8336c1bd7b363955e91ebe9e9a678400
parent9c0629195bf0c4bd93d41dc984694293a92a7f88
examination: skip memdisk on non-BIOS hosts, run per-firmware on x86

This is a combination of two changes:

ts-memdisk-try-append: skip memdisk test on non-BIOS hosts

make-flight: examine: Insist on -bios and -uefi tests on x86

  This will let us skip ts-memdisk-try-append on non-bios platforms
  without risking regression.  It will also definitely spot
  regressions which will occur on any uefi host.

  standalone-generate-dump-flight-runvars reveals the changes are as
  follows:

  New jobs
     test-amd64-i386-examine-bios     test-amd64-i386-examine-uefi
     test-amd64-amd64-examine-bios    test-amd64-amd64-examine-uefi
  added everywhere that has the corresponding plain job, namely
     osstest
     linux-*
     xen-unstable

  These jobs are just like the plain jobs, except that one of
     ,PropEq:Firmware:bios:bios
     ,PropEq:Firmware:bios:uefi
  has been added to the end of all_hostflags.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
make-flight
mfi-common
ts-memdisk-try-append