Mesa (master): ci: Extend meson-clang coverage by compiling all gallium drivers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 25 08:02:21 UTC 2020


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

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Tue Sep 22 12:00:18 2020 +0200

ci: Extend meson-clang coverage by compiling all gallium drivers

Some compile-time regressions go unnoticed because not all gallium
drivers are compiled as part of the meson-clang job. Let's pass an
explicit list of drivers to compile instead of setting GALLIUM_DRIVERS
to "auto" to increase CI coverage.

Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6811>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 119d99dfe89..2af0ee88ab1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -745,7 +745,7 @@ meson-clang:
     DRI_LOADERS: >
       -D glvnd=true
     DRI_DRIVERS: "auto"
-    GALLIUM_DRIVERS: "auto"
+    GALLIUM_DRIVERS: "iris,nouveau,kmsro,r300,r600,freedreno,swr,swrast,svga,v3d,vc4,virgl,etnaviv,panfrost,lima,zink,radeonsi,tegra"
     VULKAN_DRIVERS: intel,amd,freedreno
     CC: "ccache clang-9"
     CXX: "ccache clang++-9"



More information about the mesa-commit mailing list