mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
ci/clover: disable the jobs
Prepare for Clover removal; don't waste resources on Clover anymore. Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21865>
This commit is contained in:
parent
3d4f6a00b8
commit
7cf7d497e7
3 changed files with 8 additions and 4 deletions
|
|
@ -143,7 +143,8 @@ debian-testing-msan:
|
|||
- .gitlab-ci/meson/build.sh
|
||||
- .gitlab-ci/prepare-artifacts.sh
|
||||
|
||||
debian-clover-testing:
|
||||
# TODO: remove together with Clover
|
||||
.debian-clover-testing:
|
||||
extends:
|
||||
- .debian-cl-testing
|
||||
variables:
|
||||
|
|
@ -563,7 +564,8 @@ windows-vs2019:
|
|||
EXTRA_OPTION: >
|
||||
-D valgrind=disabled
|
||||
|
||||
debian-clover:
|
||||
# TODO: remove with Clover
|
||||
.debian-clover:
|
||||
extends: .debian-cl
|
||||
variables:
|
||||
GALLIUM_DRIVERS: "r600,radeonsi,swrast"
|
||||
|
|
|
|||
|
|
@ -199,6 +199,7 @@
|
|||
*llvmpipe_file_list
|
||||
when: on_success
|
||||
|
||||
# TODO: remove together with Clover
|
||||
.llvmpipe-clover-rules:
|
||||
rules:
|
||||
- !reference [.llvmpipe-cl-rules, rules]
|
||||
|
|
|
|||
|
|
@ -16,12 +16,13 @@
|
|||
LP_NUM_THREADS: 1
|
||||
PIGLIT_PROFILES: cl
|
||||
|
||||
llvmpipe-piglit-clover:
|
||||
# TODO: remove together with Clover
|
||||
.llvmpipe-piglit-clover:
|
||||
extends:
|
||||
- .llvmpipe-piglit-cl
|
||||
- .llvmpipe-clover-rules
|
||||
needs:
|
||||
- debian-clover-testing
|
||||
- .debian-clover-testing
|
||||
- debian/x86_test-gl
|
||||
variables:
|
||||
LP_CL: 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue