From 7324e1f70baa73708d7749135afaa874e8169802 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 5 Dec 2024 17:15:34 +0100 Subject: [PATCH] Move coccinelle job to "sid" image The "sid" image has newer coccinelle 1.2 that identifies more issues. (cherry picked from commit 7f5504142676993700f78e49c5161a10918ae4ed) --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2cd736f8c..6ccfbec82a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -565,7 +565,13 @@ clang-format: when: on_failure coccinelle: - <<: *precheck_job + ###################################################################### + # Revert to using the "precheck_job" anchor after the "base" image is + # upgraded to Debian trixie, which has Coccinelle 1.2. + <<: *default_triggering_rules + <<: *debian_sid_amd64_image + stage: precheck + ###################################################################### needs: [] script: - util/check-cocci