mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
ci-tron: add ci-tron-arm64-test-{asan,ubsan}-{gl,vk} job templates
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35883>
This commit is contained in:
parent
8d0edd4be5
commit
e4c7a4b6a5
1 changed files with 58 additions and 0 deletions
|
|
@ -150,6 +150,35 @@
|
|||
artifacts: false
|
||||
- !reference [.ci-tron-test, needs]
|
||||
|
||||
.ci-tron-arm64-test-asan-vk:
|
||||
extends:
|
||||
- .use-debian/arm64_test-vk
|
||||
- .ci-tron-arm64-test
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: "mesa-arm64-asan-debugoptimized"
|
||||
DEQP_FORCE_ASAN: 1
|
||||
needs:
|
||||
- job: debian/arm64_test-vk
|
||||
artifacts: false
|
||||
optional: true
|
||||
- job: debian-arm64-asan
|
||||
artifacts: false
|
||||
- !reference [.ci-tron-test, needs]
|
||||
|
||||
.ci-tron-arm64-test-ubsan-vk:
|
||||
extends:
|
||||
- .use-debian/arm64_test-vk
|
||||
- .ci-tron-arm64-test
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: "mesa-arm64-ubsan-debugoptimized"
|
||||
needs:
|
||||
- job: debian/arm64_test-vk
|
||||
artifacts: false
|
||||
optional: true
|
||||
- job: debian-arm64-ubsan
|
||||
artifacts: false
|
||||
- !reference [.ci-tron-test, needs]
|
||||
|
||||
.ci-tron-arm64-test-gl:
|
||||
extends:
|
||||
- .use-debian/arm64_test-gl
|
||||
|
|
@ -162,6 +191,35 @@
|
|||
artifacts: false
|
||||
- !reference [.ci-tron-test, needs]
|
||||
|
||||
.ci-tron-arm64-test-asan-gl:
|
||||
extends:
|
||||
- .use-debian/arm64_test-gl
|
||||
- .ci-tron-arm64-test
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: "mesa-arm64-asan-debugoptimized"
|
||||
DEQP_FORCE_ASAN: 1
|
||||
needs:
|
||||
- job: debian/arm64_test-gl
|
||||
artifacts: false
|
||||
optional: true
|
||||
- job: debian-arm64-asan
|
||||
artifacts: false
|
||||
- !reference [.ci-tron-test, needs]
|
||||
|
||||
.ci-tron-arm64-test-ubsan-gl:
|
||||
extends:
|
||||
- .use-debian/arm64_test-gl
|
||||
- .ci-tron-arm64-test
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: "mesa-arm64-ubsan-debugoptimized"
|
||||
needs:
|
||||
- job: debian/arm64_test-gl
|
||||
artifacts: false
|
||||
optional: true
|
||||
- job: debian-arm64-ubsan
|
||||
artifacts: false
|
||||
- !reference [.ci-tron-test, needs]
|
||||
|
||||
.ci-tron-arm32-test:
|
||||
extends:
|
||||
- .ci-tron-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue