From 400694c7c6824326563c4ac3c31b09b3a4914bc6 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 10 Oct 2024 16:29:38 -0400 Subject: [PATCH] ci: Disable trace jobs using old Wine The radv-raven and lavapipe trace jobs were using Wine installed from Debian. lavapipe had a single post-merge trace running, and raven had all but one trace disabled due to being flaky. b2c is using Proton instead, and it makes absolutely no sense to have two parallel versions of Wine installed. These should be brought back at some point running on the same version of Wine as the newer b2c jobs. Signed-off-by: Daniel Stone Part-of: --- src/amd/ci/gitlab-ci.yml | 4 +++- src/gallium/frontends/lavapipe/ci/gitlab-ci.yml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index c39189fa657..3f4a81bf57a 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -75,7 +75,9 @@ amd-raven-skqp:x86_64: HWCI_START_WESTON: 1 DEQP_SUITE: amd-raven-skqp -radv-raven-traces:x86_64: +# Disabled as it was using an older version of Wine, with most of the traces +# being disabled due to being flaky. +.radv-raven-traces:x86_64: extends: - .lava-piglit-traces:x86_64 - .radv-raven-test:x86_64 diff --git a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml index b0ffae02056..f029e763610 100644 --- a/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml +++ b/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml @@ -36,7 +36,8 @@ lavapipe-full: - debian/x86_64_test-vk - debian-testing-asan -lavapipe-traces: +# Disabled due to only running a single trace which was using old Wine. +.lavapipe-traces: variables: MESA_VK_IGNORE_CONFORMANCE_WARNING: 1 PIGLIT_TRACES_FILE: traces-lavapipe.yml