virgl/ci: Use Weston's Xwayland instead of Xvfb

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Acked-by: Corentin Noël <corentin.noel@collabora.com>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36567>
This commit is contained in:
Valentine Burley 2025-08-05 10:06:10 +02:00 committed by Marge Bot
parent cb0315bcd7
commit d5c413a30d

View file

@ -47,12 +47,16 @@
- .virgl-rules
timeout: 15m
variables:
GALLIUM_DRIVER: virpipe
GALLIVM_PERF: nopt
FLAKES_CHANNEL: "#virgl-ci"
script: |
export LD_LIBRARY_PATH="$CI_PROJECT_DIR/install/lib"
export LIBGL_DRIVERS_PATH="$CI_PROJECT_DIR/install/lib/dri"
xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && GALLIUM_DRIVER=virpipe install/deqp-runner.sh"
section_start weston "weston: prepare"
. "$CI_PROJECT_DIR/install/common/weston.sh"
section_end weston
$CI_PROJECT_DIR/install/deqp-runner.sh
.virgl-test:
extends: