From: Samuel Pitoiset Date: Fri, 6 Dec 2019 16:07:35 +0000 (+0100) Subject: gitlab-ci: set RADV_DEBUG=checkir for RADV test jobs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff2e11b21057a621d08c9da102b7c2e832ada39b;p=mesa.git gitlab-ci: set RADV_DEBUG=checkir for RADV test jobs This is used to validate if the driver emits correct LLVM IR. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d860a414908..6d6d48ceefb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -636,6 +636,7 @@ arm64_a306_gles2: .test-radv: variables: VK_DRIVER: radeon + RADV_DEBUG: checkir # Can only be triggered manually on personal branches because RADV is the only # driver that does Vulkan testing at the moment. rules: