]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
De-duplicate yaml for "other-checks" jobs
authorAndoni Duarte Pintado <andoni@isc.org>
Tue, 13 Jan 2026 15:32:45 +0000 (16:32 +0100)
committerAndoni Duarte Pintado <andoni@isc.org>
Fri, 23 Jan 2026 10:57:40 +0000 (11:57 +0100)
In .gitlab-ci.yml, since "&other_checks_job" has "needs: []", remove
that line from the jobs that use that anchor.

.gitlab-ci.yml

index 7cfe536f5c10f6931e5e8c4832ffbbfd02e31d7a..ee6c6391b6ff9802f706330a079be84928ef35ac 100644 (file)
@@ -846,7 +846,6 @@ generate-tsan-stress-test-configs:
 checkbashisms:
   <<: *other_checks_job
   <<: *shell_triggering_rules
-  needs: []
   script:
     - checkbashisms $(find . -path './.git' -prune -o -type f -exec sh -c 'head -n 1 "{}" | grep -qsF "#!/bin/sh"' \; -print)
 
@@ -862,7 +861,6 @@ coccinelle:
     - *rule_mr_manual
     - *rule_tag
     - *rule_source_other_than_mr
-  needs: []
   script:
     - util/check-cocci.sh
     - if test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi
@@ -887,7 +885,6 @@ scan-build:
   script:
     - *configure
     - *scan_build
-  needs: []
   artifacts:
     paths:
       - scan-build.reports/
@@ -931,7 +928,6 @@ coverity:
     - *coverity_build
   after_script:
     - mv -v /tmp/cov-int.tar.gz ${CI_PROJECT_DIR}/
-  needs: []
   artifacts:
     paths:
       - curl-response.txt
@@ -945,7 +941,6 @@ coverity:
 reproducible-build:
   <<: *other_checks_job
   <<: *alpine_3_23_amd64_image
-  needs: []
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON}"
@@ -978,7 +973,6 @@ fsck:
     - git fsck
   rules:
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
-  needs: []
 
 tarball-create:
   <<: *build_job