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>
*) 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