From 3a3089c949130e8c087a0aaec0f5d9c12049b362 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 9 Sep 2021 16:55:22 +0100 Subject: [PATCH] mfi-common: Drop Linux dom0 i386 tests for newer Linux branches 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 Signed-off-by: Ian Jackson --- mfi-common | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mfi-common b/mfi-common index 0227842..771843f 100644 --- a/mfi-common +++ b/mfi-common @@ -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 -- 2.39.5