]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Move slower CI jobs out of "quick-checks" stage
authorAndoni Duarte Pintado <andoni@isc.org>
Mon, 15 Dec 2025 14:50:28 +0000 (15:50 +0100)
committerAndoni Duarte Pintado <andoni@isc.org>
Fri, 23 Jan 2026 10:57:40 +0000 (11:57 +0100)
Jobs with more than one minute of runtime are not considered for the
small VM.

The "tarball-create" job goes to the more appropriate "build" stage.

"coccinelle" and "checkbashisms" are moved to the generic
"other-checks".

.gitlab-ci.yml

index af423fea9f2339c7ec8e11554be8eed2aeb81c12..9b066e6bfe555c3ecbcae779a1b748653d4fbc36 100644 (file)
@@ -720,7 +720,7 @@ clang-format:
     when: on_failure
 
 coccinelle:
-  <<: *quick_checks_job
+  <<: *other_checks_job
   rules:
     - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null'
       changes:
@@ -831,7 +831,7 @@ danger:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
 
 checkbashisms:
-  <<: *quick_checks_job
+  <<: *other_checks_job
   <<: *shell_triggering_rules
   needs: []
   script:
@@ -844,9 +844,8 @@ mypy:
     - mypy "bin/tests/system/isctest/"
 
 tarball-create:
-  stage: quick-checks
+  <<: *build_job
   <<: *base_image
-  <<: *default_triggering_rules
   script:
     - *configure
     - meson dist -C build --no-tests