From eb0c95a5d5cb1bc36724cd6ce1ad7f1b5ed5ee27 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 17 Nov 2025 08:04:05 +0100 Subject: [PATCH] lavapipe/ci: Run vkd3d job in parallel This appears to be stable now, and running on multiple threads fixes the the timeout problems we were hitting in lavapipe-vkd3d. Signed-off-by: Valentine Burley Part-of: --- src/gallium/frontends/lavapipe/ci/gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml index 3a6cb376068..99d2a4c7c27 100644 --- a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml +++ b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml @@ -44,8 +44,6 @@ lavapipe-vkd3d: timeout: 15m # base runtime = 8m variables: GPU_VERSION: lvp - # Random tests fail/crash when trying to run them in parallel - FDO_CI_CONCURRENT: 1 script: install/vkd3d-runner.sh # Disabled due to only running a single trace which was using old Wine.