r300/ci: asan testing
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36447>
This commit is contained in:
committed by
Marge Bot
parent
2cca7d5d74
commit
54ae9016a8
@@ -58,7 +58,7 @@ debian-x86_64-asan:
|
||||
- .build-run-long
|
||||
variables:
|
||||
VULKAN_DRIVERS: "swrast,amd,intel"
|
||||
GALLIUM_DRIVERS: "llvmpipe,softpipe,zink"
|
||||
GALLIUM_DRIVERS: "llvmpipe,softpipe,zink,r300"
|
||||
C_ARGS: >
|
||||
-Wno-error=stringop-truncation
|
||||
-Wno-error=deprecated-declarations
|
||||
|
||||
@@ -133,6 +133,20 @@
|
||||
- job: debian-build-x86_64
|
||||
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:
|
||||
extends:
|
||||
- .ci-tron-test
|
||||
|
||||
Reference in New Issue
Block a user