mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
ci: merge debian-rusticl-testing into debian-testing
There is really no point anymore having it split out. Signed-off-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26807>
This commit is contained in:
parent
6d4577799c
commit
bc9fe6637b
2 changed files with 2 additions and 23 deletions
|
|
@ -75,6 +75,7 @@ debian-testing:
|
|||
GALLIUM_ST: >
|
||||
-D dri3=enabled
|
||||
-D gallium-va=enabled
|
||||
-D gallium-rusticl=true
|
||||
GALLIUM_DRIVERS: "swrast,virgl,radeonsi,zink,crocus,iris,i915"
|
||||
VULKAN_DRIVERS: "swrast,amd,intel,intel_hasvk,virtio,nouveau-experimental"
|
||||
BUILDTYPE: "debugoptimized"
|
||||
|
|
@ -124,28 +125,6 @@ debian-testing-msan:
|
|||
GALLIUM_DRIVERS: "freedreno,iris,nouveau,kmsro,r300,r600,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra,d3d12,crocus"
|
||||
VULKAN_DRIVERS: intel,amd,broadcom,virtio
|
||||
|
||||
debian-rusticl-testing:
|
||||
extends:
|
||||
- .meson-build
|
||||
- .ci-deqp-artifacts
|
||||
variables:
|
||||
BUILDTYPE: "debugoptimized"
|
||||
EXTRA_OPTION: >
|
||||
-D valgrind=disabled
|
||||
LLVM_VERSION: 15
|
||||
DRI_LOADERS: >
|
||||
-D glx=disabled
|
||||
-D egl=disabled
|
||||
-D gbm=disabled
|
||||
GALLIUM_DRIVERS: "swrast"
|
||||
GALLIUM_ST: >
|
||||
-D gallium-rusticl=true
|
||||
-D opencl-spirv=true
|
||||
UNWIND: "enabled"
|
||||
script:
|
||||
- .gitlab-ci/meson/build.sh
|
||||
- .gitlab-ci/prepare-artifacts.sh
|
||||
|
||||
debian-build-testing:
|
||||
extends: .meson-build
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ llvmpipe-piglit-rusticl:
|
|||
- .llvmpipe-piglit-cl
|
||||
- .llvmpipe-rusticl-rules
|
||||
needs:
|
||||
- debian-rusticl-testing
|
||||
- debian-testing
|
||||
- debian/x86_64_test-gl
|
||||
variables:
|
||||
RUSTICL_ENABLE: "llvmpipe"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue