From 5a65c478ddb330c71a0e5f9da3a62efb927b4ee5 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 21 Oct 2024 12:51:07 +0200 Subject: [PATCH] ci: fix shader-db rules All the post-merge pipelines are failing to be created with this error: 'shader-db' job needs 'debian-build-testing' job, but 'debian-build-testing' is not in any previous stage Like all the other test jobs, shader-db should never run in post-merge pipelines. Fixes: 0724b00dad8181d6ae4a ("ci: run shader-db only when one of the drivers it tests is modified") Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 288de70e15d..c62f0a81658 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -222,6 +222,7 @@ shader-db: extends: - .use-debian/x86_64_build rules: + - !reference [.never-post-merge-rules, rules] - !reference [.core-rules, rules] # Keep this list in sync with the drivers tested in run-shader-db.sh - !reference [.freedreno-common-rules, rules]