mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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 <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31595>
This commit is contained in:
parent
dd6ac7055f
commit
400694c7c6
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue