summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>2021-01-20 09:24:45 -0800
committerMarge Bot <eric+marge@anholt.net>2021-01-26 20:20:47 +0000
commitc02b6822047be37f2b4c95e04b771e126e341fb4 (patch)
tree88e2eff118f5f0318168905052af4e7b430b1cb5 /.gitlab-ci
parent9f3d5e99ea601ae4bc492ff47738290eed520651 (diff)
ci: Add nouveau chipset 162 to shader-db runs
Suggested-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8585>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-shader-db.sh2
1 files changed, 1 insertions, 1 deletions
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} \