Mesa (master): gitlab-ci: set RADV_DEBUG=checkir for RADV test jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 11 16:47:15 UTC 2019


Module: Mesa
Branch: master
Commit: ff2e11b21057a621d08c9da102b7c2e832ada39b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff2e11b21057a621d08c9da102b7c2e832ada39b

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Fri Dec  6 17:07:35 2019 +0100

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 <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>

---

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

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:




More information about the mesa-commit mailing list