From 61f5178f6ebb39bbdf911a3ee0787e00c816aaff Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 7 Oct 2024 16:42:25 -0400 Subject: [PATCH] ci/swrast: Archive Xvfb logs If anything goes wrong, it's useful to have actual output, as opposed to guessing from the void. Signed-off-by: Daniel Stone Part-of: --- src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml | 2 +- src/gallium/drivers/softpipe/ci/gitlab-ci.yml | 2 +- 2 files 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 43d970ea5aa..4731c6585ed 100644 --- a/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml @@ -38,7 +38,7 @@ llvmpipe: weston -Bheadless-backend.so -Swayland-0 --idle-time=0 & export WAYLAND_DISPLAY=wayland-0 section_end weston - xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" + xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" llvmpipe-full: extends: diff --git a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml index 8ba9f40681a..e66e4b78bee 100644 --- a/src/gallium/drivers/softpipe/ci/gitlab-ci.yml +++ b/src/gallium/drivers/softpipe/ci/gitlab-ci.yml @@ -11,7 +11,7 @@ softpipe: . "$SCRIPTS_DIR"/setup-test-env.sh 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 && ${XVFB_SCRIPT}" + xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}" softpipe-asan-gles31: variables: