From: Mike Blumenkrantz Date: Wed, 30 Aug 2023 14:13:04 +0000 (-0400) Subject: ci: disable nouveau shaderdb X-Git-Tag: upstream/23.3.3~2683 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b488f36fb8c8060e0394d6a89fe938b8e090e08;p=platform%2Fupstream%2Fmesa.git ci: disable nouveau shaderdb this has been timing out with some regularity Part-of: --- diff --git a/.gitlab-ci/run-shader-db.sh b/.gitlab-ci/run-shader-db.sh index 70cc4fa..9b713a1 100755 --- a/.gitlab-ci/run-shader-db.sh +++ b/.gitlab-ci/run-shader-db.sh @@ -19,14 +19,14 @@ for driver in freedreno intel v3d vc4; do done # Run shader-db over a number of supported chipsets for nouveau -for chipset in 40 a3 c0 e4 f0 134 162; do - section_start shader-db-nouveau-${chipset} "Running shader-db for nouveau - ${chipset}" - env LD_PRELOAD="$LIBDIR/libnouveau_noop_drm_shim.so" \ - NOUVEAU_CHIPSET=${chipset} \ - ./run -j"${FDO_CI_CONCURRENT:-4}" ./shaders \ - > "$ARTIFACTSDIR/nouveau-${chipset}-shader-db.txt" - section_end shader-db-nouveau-${chipset} -done +#for chipset in 40 a3 c0 e4 f0 134 162; do +# section_start shader-db-nouveau-${chipset} "Running shader-db for nouveau - ${chipset}" +# env LD_PRELOAD="$LIBDIR/libnouveau_noop_drm_shim.so" \ +# NOUVEAU_CHIPSET=${chipset} \ +# ./run -j"${FDO_CI_CONCURRENT:-4}" ./shaders \ +# > "$ARTIFACTSDIR/nouveau-${chipset}-shader-db.txt" +# section_end shader-db-nouveau-${chipset} +#done # Run shader-db for r300 (RV370 and RV515) for chipset in 0x5460 0x7140; do