ci/lava+baremetal: Add an xserver to the root fs.

We want to be able to test GLX and EGL on real hardware, and we can't do
that with just the surfaceless backend.  Bringing up the xserver is pretty
easy.

Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8727>
This commit is contained in:
Eric Anholt 2021-01-21 15:59:47 -08:00 committed by Marge Bot
parent 2e2edaa89b
commit d4855d2930
3 changed files with 5 additions and 3 deletions

View File

@ -408,7 +408,7 @@ arm64_test:
extends:
- .use-arm_test-base
variables:
MESA_IMAGE_TAG: &arm64_test "2021-01-27-kernel"
MESA_IMAGE_TAG: &arm64_test "2021-01-29-xserver"
.use-arm64_test:
variables:
@ -422,7 +422,7 @@ armhf_test:
extends:
- .use-arm_test-base
variables:
MESA_IMAGE_TAG: &armhf_test "2021-01-27-kernel"
MESA_IMAGE_TAG: &armhf_test "2021-01-29-xserver"
.use-armhf_test:
variables:

View File

@ -76,6 +76,8 @@ apt-get -y install --no-install-recommends \
sntp \
strace \
wget \
xinit \
xserver-xorg-core \
xz-utils
if [ -n "$INCLUDE_PIGLIT" ]; then

View File

@ -1,5 +1,5 @@
variables:
DISTRIBUTION_TAG: "2020-01-13-piglit"
DISTRIBUTION_TAG: "2021-01-26-xserver"
.kernel+rootfs:
stage: container-2