From 57606c2ab5c19ea030e47feffaf52233f1279742 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 18 Jun 2020 12:28:42 +0200 Subject: [PATCH] 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 Acked-by: Bas Nieuwenhuizen Part-of: --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36593fbab65..fd895e44c01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- 2.30.2