Module: Mesa Branch: main Commit: afb82e553bec5d65031261ad43cdff920a61a55b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afb82e553bec5d65031261ad43cdff920a61a55b
Author: David Heidelberg <[email protected]> Date: Sat Mar 18 14:51:11 2023 +0100 ci: disable weston session timeout for llvmpipe Fixes: d57a4b57df5a ("ci: disable weston session timeout") Cc: mesa-stable Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Martin Roukala <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22004> --- src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml index 40963bd0554..a6f26134d8e 100644 --- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml @@ -70,9 +70,9 @@ llvmpipe: script: | . "$SCRIPTS_DIR"/setup-test-env.sh section_start weston "weston: prepare" - LD_LIBRARY_PATH=`pwd`/install weston -Bheadless-backend.so -Swayland-0 & + LD_LIBRARY_PATH="$PWD/install" weston -Bheadless-backend.so -Swayland-0 --idle-time=0 & section_end weston - LD_LIBRARY_PATH=`pwd`/install WAYLAND_DISPLAY=wayland-0 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" + LD_LIBRARY_PATH="$PWD/install" WAYLAND_DISPLAY=wayland-0 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" llvmpipe-deqp-asan: variables:
