Mesa (master): ci: Add nouveau chipset 162 to shader-db runs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 26 21:05:32 UTC 2021


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

Author: Caio Marcelo de Oliveira Filho <caio.oliveira at intel.com>
Date:   Wed Jan 20 09:24:45 2021 -0800

ci: Add nouveau chipset 162 to shader-db runs

Suggested-by: Karol Herbst <kherbst at redhat.com>
Reviewed-by: Karol Herbst <kherbst at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8585>

---

 .gitlab-ci/run-shader-db.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/run-shader-db.sh b/.gitlab-ci/run-shader-db.sh
index e6bd7bc481c..e7b50c26e23 100755
--- a/.gitlab-ci/run-shader-db.sh
+++ b/.gitlab-ci/run-shader-db.sh
@@ -18,7 +18,7 @@ for driver in freedreno intel v3d; do
 done
 
 # Run shader-db over a number of supported chipsets for nouveau
-for chipset in 40 a3 c0 e4 f0 134; do
+for chipset in 40 a3 c0 e4 f0 134 162; do
     echo "Running drm-shim for nouveau - $chipset"
     env LD_PRELOAD=$LIBDIR/libnouveau_noop_drm_shim.so \
         NOUVEAU_CHIPSET=${chipset} \



More information about the mesa-commit mailing list