diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2020-05-04 11:44:45 +0200 |
---|---|---|
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2020-05-07 09:24:17 +0200 |
commit | a44cfac502f9a740d0c21b561f270e4221cb78d7 (patch) | |
tree | 4bb44896ec4016925aa28a0e767b7f99bc75c270 /.gitlab-ci.yml | |
parent | 5dbf862b13214cec4765811abba91111c4b0f04d (diff) | |
download | mesa-a44cfac502f9a740d0c21b561f270e4221cb78d7.tar.gz |
ci: set ACO_DEBUG=validateir,validatera global for RADV testing
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/4873>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c888583e0d3..45aaf5e48ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -883,6 +883,7 @@ arm64_a530_gles31: variables: VK_DRIVER: radeon RADV_DEBUG: checkir + ACO_DEBUG: validateir,validatera # Can only be triggered manually on personal branches because RADV is the only # driver that does Vulkan testing at the moment. @@ -904,15 +905,15 @@ radv-fossils: # Polaris10 - export RADV_FORCE_FAMILY="polaris10" - ./install/fossilize-runner.sh - - ACO_DEBUG=validateir,validatera RADV_PERFTEST=aco ./install/fossilize-runner.sh + - RADV_PERFTEST=aco ./install/fossilize-runner.sh # Vega10 - export RADV_FORCE_FAMILY="gfx900" - ./install/fossilize-runner.sh - - ACO_DEBUG=validateir,validatera RADV_PERFTEST=aco ./install/fossilize-runner.sh + - RADV_PERFTEST=aco ./install/fossilize-runner.sh # Navi10 - export RADV_FORCE_FAMILY="gfx1010" - ./install/fossilize-runner.sh - - ACO_DEBUG=validateir,validatera RADV_PERFTEST=aco ./install/fossilize-runner.sh + - RADV_PERFTEST=aco ./install/fossilize-runner.sh # Traces CI .traces-test: |