From 1517e58c1b45f5220b1f637fe4dc209768fce8b2 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 6 Mar 2020 08:29:45 +0100 Subject: [PATCH] gitlab-ci: compile fossils with both RADV compiler backends (LLVM/ACO) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Samuel Pitoiset Reviewed-by: Michel Dänzer Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3674f986de..b433dc697b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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. -- 2.30.2