automation: switch GitLab x86 smoke test to use PV 64bit binary
authorAnthony PERARD <anthony.perard@gmail.com>
Thu, 30 Sep 2021 16:17:19 +0000 (17:17 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 1 Oct 2021 08:52:14 +0000 (09:52 +0100)
commit5d15f905b9252d801101af0279fbedb0c50dc241
tree309f787c08b81829526d59924f38b909af79abe6
parentf01be299050969f842fbc353f3d465b92979d3d7
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@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
automation/scripts/qemu-smoke-x86-64.sh