mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
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:
parent
cb0315bcd7
commit
d5c413a30d
1 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue