From 8c2283df417585a1d198f3fda070974178bdfa7b Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 1 Dec 2025 09:26:55 +0100 Subject: [PATCH] ci: Drop duplicate Intel shader-db run Skylake is the default device for the Intel shim, and it's already included in the four Intel families listed below. Fixes: 183d57aa9e6 ("ci: Run intel shader-db on Haswell, Broadwell, and Meteorlake") Signed-off-by: Valentine Burley (cherry picked from commit 9dd0f1919818c9020f040db178765ef6c41e5f2d) Part-of: --- .gitlab-ci/run-shader-db.sh | 2 +- .pick_status.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/run-shader-db.sh b/.gitlab-ci/run-shader-db.sh index bca458c6b40..c39b8265e4d 100755 --- a/.gitlab-ci/run-shader-db.sh +++ b/.gitlab-ci/run-shader-db.sh @@ -14,7 +14,7 @@ export LD_LIBRARY_PATH=$LIBDIR cd /usr/local/shader-db -for driver in freedreno intel lima v3d vc4; do +for driver in freedreno lima v3d vc4; do section_start shader-db-${driver} "Running shader-db for $driver" env LD_PRELOAD="$LIBDIR/lib${driver}_noop_drm_shim.so" \ ./run -j"${FDO_CI_CONCURRENT:-4}" ./shaders \ diff --git a/.pick_status.json b/.pick_status.json index 1f35c601ac3..ae4d2b21deb 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3014,7 +3014,7 @@ "description": "ci: Drop duplicate Intel shader-db run", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "183d57aa9e6023155b8354e74934b4d650d93e87", "notes": null