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