mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
r300/ci: asan testing
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36447>
This commit is contained in:
parent
2cca7d5d74
commit
54ae9016a8
3 changed files with 41 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ debian-x86_64-asan:
|
||||||
- .build-run-long
|
- .build-run-long
|
||||||
variables:
|
variables:
|
||||||
VULKAN_DRIVERS: "swrast,amd,intel"
|
VULKAN_DRIVERS: "swrast,amd,intel"
|
||||||
GALLIUM_DRIVERS: "llvmpipe,softpipe,zink"
|
GALLIUM_DRIVERS: "llvmpipe,softpipe,zink,r300"
|
||||||
C_ARGS: >
|
C_ARGS: >
|
||||||
-Wno-error=stringop-truncation
|
-Wno-error=stringop-truncation
|
||||||
-Wno-error=deprecated-declarations
|
-Wno-error=deprecated-declarations
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,20 @@
|
||||||
- job: debian-build-x86_64
|
- job: debian-build-x86_64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
|
||||||
|
.ci-tron-x86_64-test-gl-asan-manual:
|
||||||
|
extends:
|
||||||
|
- .use-debian/x86_64_test-gl
|
||||||
|
- .ci-tron-x86_64-test
|
||||||
|
variables:
|
||||||
|
S3_ARTIFACT_NAME: "mesa-x86_64-asan-debugoptimized"
|
||||||
|
DEQP_FORCE_ASAN: 1
|
||||||
|
needs:
|
||||||
|
- job: debian/x86_64_test-gl
|
||||||
|
artifacts: false
|
||||||
|
optional: true
|
||||||
|
- job: debian-x86_64-asan
|
||||||
|
artifacts: false
|
||||||
|
|
||||||
.ci-tron-arm64-test:
|
.ci-tron-arm64-test:
|
||||||
extends:
|
extends:
|
||||||
- .ci-tron-test
|
- .ci-tron-test
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ include:
|
||||||
|
|
||||||
.ondracka-generic:
|
.ondracka-generic:
|
||||||
extends:
|
extends:
|
||||||
- .ci-tron-x86_64-test-gl-manual # use debian-build-x86_64 rather than debian-x86_64
|
|
||||||
- .r300-manual-rules
|
- .r300-manual-rules
|
||||||
variables:
|
variables:
|
||||||
FDO_CI_CONCURRENT: 2
|
FDO_CI_CONCURRENT: 2
|
||||||
|
|
@ -15,12 +14,14 @@ include:
|
||||||
|
|
||||||
.ondracka-rv530:
|
.ondracka-rv530:
|
||||||
extends:
|
extends:
|
||||||
|
- .ci-tron-x86_64-test-gl-manual # use debian-build-x86_64 rather than debian-x86_64
|
||||||
- .ondracka-generic
|
- .ondracka-generic
|
||||||
variables:
|
variables:
|
||||||
CI_TRON_DUT_SETUP_TAGS: radeon:codename:RV530
|
CI_TRON_DUT_SETUP_TAGS: radeon:codename:RV530
|
||||||
|
|
||||||
.ondracka-rv380:
|
.ondracka-rv380:
|
||||||
extends:
|
extends:
|
||||||
|
- .ci-tron-x86_64-test-gl-manual # use debian-build-x86_64 rather than debian-x86_64
|
||||||
- .ondracka-generic
|
- .ondracka-generic
|
||||||
variables:
|
variables:
|
||||||
CI_TRON_DUT_SETUP_TAGS: radeon:codename:RV380
|
CI_TRON_DUT_SETUP_TAGS: radeon:codename:RV380
|
||||||
|
|
@ -36,6 +37,19 @@ r300-rv530-deqp-gles2:
|
||||||
# see https://gitlab.freedesktop.org/mesa/mesa/-/issues/8093
|
# see https://gitlab.freedesktop.org/mesa/mesa/-/issues/8093
|
||||||
RADEON_DEBUG: nohiz
|
RADEON_DEBUG: nohiz
|
||||||
|
|
||||||
|
r300-rv530-deqp-gles2-asan:
|
||||||
|
extends:
|
||||||
|
- .ci-tron-x86_64-test-gl-asan-manual
|
||||||
|
- .ondracka-generic
|
||||||
|
variables:
|
||||||
|
CI_TRON_DUT_SETUP_TAGS: radeon:codename:RV530
|
||||||
|
DEQP_SUITE: r300-rv530
|
||||||
|
GPU_VERSION: r300-rv530-nohiz
|
||||||
|
# Only single process can use hiz at a time, and we have some issues
|
||||||
|
# there in depth stencil tests, so it brings flakes,
|
||||||
|
# see https://gitlab.freedesktop.org/mesa/mesa/-/issues/8093
|
||||||
|
RADEON_DEBUG: nohiz
|
||||||
|
|
||||||
r300-rv380-deqp-gles2:
|
r300-rv380-deqp-gles2:
|
||||||
extends:
|
extends:
|
||||||
- .ondracka-rv380
|
- .ondracka-rv380
|
||||||
|
|
@ -43,8 +57,18 @@ r300-rv380-deqp-gles2:
|
||||||
DEQP_SUITE: r300-rv380
|
DEQP_SUITE: r300-rv380
|
||||||
GPU_VERSION: r300-rv380
|
GPU_VERSION: r300-rv380
|
||||||
|
|
||||||
|
r300-rv380-deqp-gles2-asan:
|
||||||
|
extends:
|
||||||
|
- .ci-tron-x86_64-test-gl-asan-manual
|
||||||
|
- .ondracka-generic
|
||||||
|
variables:
|
||||||
|
CI_TRON_DUT_SETUP_TAGS: radeon:codename:RV380
|
||||||
|
DEQP_SUITE: r300-rv380
|
||||||
|
GPU_VERSION: r300-rv380
|
||||||
|
|
||||||
r300-rv410-deqp-piglit:
|
r300-rv410-deqp-piglit:
|
||||||
extends:
|
extends:
|
||||||
|
- .ci-tron-x86_64-test-gl-manual # use debian-build-x86_64 rather than debian-x86_64
|
||||||
- .ondracka-generic
|
- .ondracka-generic
|
||||||
- .test-piglit
|
- .test-piglit
|
||||||
variables:
|
variables:
|
||||||
|
|
@ -55,6 +79,7 @@ r300-rv410-deqp-piglit:
|
||||||
|
|
||||||
r300-rs740-deqp-piglit:
|
r300-rs740-deqp-piglit:
|
||||||
extends:
|
extends:
|
||||||
|
- .ci-tron-x86_64-test-gl-manual # use debian-build-x86_64 rather than debian-x86_64
|
||||||
- .ondracka-generic
|
- .ondracka-generic
|
||||||
- .test-piglit
|
- .test-piglit
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue