gitlab-ci: stop testing RADV with LLVM

ACO is going to be our default compiler soon and it seems useless
to waste CI resources for LLVM.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5543>
This commit is contained in:
Samuel Pitoiset 2020-06-18 12:28:42 +02:00 committed by Marge Bot
parent 0aca04afa5
commit 57606c2ab5
1 changed files with 1 additions and 6 deletions

View File

@ -1115,8 +1115,8 @@ arm64_a530_gles31:
stage: radv
variables:
VK_DRIVER: radeon
RADV_DEBUG: checkir
ACO_DEBUG: validateir,validatera
RADV_PERFTEST: aco
# Can only be triggered manually on personal branches because RADV is the only
# driver that does Vulkan testing at the moment.
@ -1138,23 +1138,18 @@ radv-fossils:
# Pitcairn (GFX6)
- export RADV_FORCE_FAMILY="pitcairn"
- ./install/fossilize-runner.sh
- RADV_PERFTEST=aco ./install/fossilize-runner.sh
# Bonaire (GFX7)
- export RADV_FORCE_FAMILY="bonaire"
- ./install/fossilize-runner.sh
- RADV_PERFTEST=aco ./install/fossilize-runner.sh
# Polaris10 (GFX8)
- export RADV_FORCE_FAMILY="polaris10"
- ./install/fossilize-runner.sh
- RADV_PERFTEST=aco ./install/fossilize-runner.sh
# Vega10 (GFX9)
- export RADV_FORCE_FAMILY="gfx900"
- ./install/fossilize-runner.sh
- RADV_PERFTEST=aco ./install/fossilize-runner.sh
# Navi10 (GFX10)
- export RADV_FORCE_FAMILY="gfx1010"
- ./install/fossilize-runner.sh
- RADV_PERFTEST=aco ./install/fossilize-runner.sh
# Traces CI
.traces-test: