gitlab-ci: compile fossils with both RADV compiler backends (LLVM/ACO)

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4082>
This commit is contained in:
Samuel Pitoiset 2020-03-06 08:29:45 +01:00 committed by Marge Bot
parent 8b3b07afc0
commit 1517e58c1b
1 changed files with 3 additions and 0 deletions

View File

@ -788,6 +788,9 @@ arm64_a530_gles3:
extends:
- .fossilize-test
- .test-radv
script:
- ./artifacts/fossilize-runner.sh
- ACO_DEBUG=validateir,validatera RADV_PERFTEST=aco ./artifacts/fossilize-runner.sh
# Can only be triggered manually on personal branches because RADV is the only
# driver that does Vulkan testing at the moment.