|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] automation: switch GitLab x86 smoke test to use PV 64bit binary
commit 5d15f905b9252d801101af0279fbedb0c50dc241
Author: Anthony PERARD <anthony.perard@xxxxxxxxx>
AuthorDate: Thu Sep 30 17:17:19 2021 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Fri Oct 1 09:52:14 2021 +0100
automation: switch GitLab x86 smoke test to use PV 64bit binary
Xen is now built without CONFIG_PV32 by default and thus test jobs
"qemu-smoke-x86-64-gcc" and "qemu-smoke-x86-64-clang" fails because
they are using XTF's "test-pv32pae-example" which is an hello word
32bit PV guest.
As we are looking for whether Xen boot or not with a quick smoke test,
just use 64bit tests instead.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
automation/scripts/qemu-smoke-x86-64.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/automation/scripts/qemu-smoke-x86-64.sh
b/automation/scripts/qemu-smoke-x86-64.sh
index 09152e3e9c..29cb44b757 100755
--- a/automation/scripts/qemu-smoke-x86-64.sh
+++ b/automation/scripts/qemu-smoke-x86-64.sh
@@ -15,8 +15,8 @@ git clone https://xenbits.xen.org/git-http/xtf.git
cd xtf && make -j$(nproc) && cd -
case $variant in
- pvh) k=test-hvm32pae-example extra="dom0-iommu=none dom0=pvh" ;;
- *) k=test-pv32pae-example extra= ;;
+ pvh) k=test-hvm64-example extra="dom0-iommu=none dom0=pvh" ;;
+ *) k=test-pv64-example extra= ;;
esac
rm -f smoke.serial
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |