]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
mfi-common: Drop Linux dom0 i386 tests for newer Linux branches
authorIan Jackson <iwj@xenproject.org>
Thu, 9 Sep 2021 15:55:22 +0000 (16:55 +0100)
committerIan Jackson <iwj@xenproject.org>
Thu, 9 Sep 2021 16:45:42 +0000 (17:45 +0100)
This makes radical changes to the test ste for the linux-linus and
linux-next branches.

Mostly, tests are dropped but some 64-bit dom0 tests are added to
replace them.

Requested-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Ian Jackson <iwj@xenproject.org>
mfi-common

index 0227842086858492f12fd64b6eecf3290b2de3d7..771843f05af5f9047adbac8b1fce254c106a038a 100644 (file)
@@ -655,6 +655,11 @@ test_matrix_iterate () {
             *) continue ;;
         esac
 
+        case "${branch}_${dom0arch}" in
+          linux-5.4_i386 | linux-[2-4].*_i386) ;; # keep 32-bit for old linux
+          linux-*_i386) continue;;
+        esac
+
         dom0arches+=" $dom0arch"
       done