From a44cfac502f9a740d0c21b561f270e4221cb78d7 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 4 May 2020 11:44:45 +0200 Subject: [PATCH] ci: set ACO_DEBUG=validateir,validatera global for RADV testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Samuel Pitoiset Reviewed-by: Michel Dänzer Part-of: --- .gitlab-ci.yml | 7 ++++--- 1 file 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: