diff mbox series

[OSSTEST,4/4] mfi-common: Drop Linux dom0 i386 tests for newer Linux branches

Message ID 20210909164703.19426-4-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series [OSSTEST,1/4] mfi-common: break out dom0arches variable (nfc) | expand

Commit Message

Ian Jackson Sept. 9, 2021, 4:47 p.m. UTC
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 | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Jürgen Groß Sept. 10, 2021, 4:44 a.m. UTC | #1
On 09.09.21 18:47, Ian Jackson wrote:
> 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>

Thanks!

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen
diff mbox series

Patch

diff --git a/mfi-common b/mfi-common
index 02278420..771843f0 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