]> 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)
committerMichał Kępień <michal@isc.org>
Fri, 23 Jan 2026 11:50:50 +0000 (12:50 +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".

(cherry picked from commit ba5844a1de9a8ede9396112ae78e22d7dcfb95b7)

.gitlab-ci.yml

index c980a82a78c750042dfcfc8c2a4a1dbe0481e2ed..8f9d8cf2492f4f5da882233bb542718e23012886 100644 (file)
@@ -767,7 +767,7 @@ clang-format:
     when: on_failure
 
 coccinelle:
-  <<: *quick_checks_job
+  <<: *other_checks_job
   rules:
     - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null'
       changes:
@@ -856,7 +856,7 @@ danger:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
 
 checkbashisms:
-  <<: *quick_checks_job
+  <<: *other_checks_job
   <<: *shell_triggering_rules
   needs: []
   script:
@@ -869,9 +869,8 @@ mypy:
     - mypy "bin/tests/system/isctest/"
 
 tarball-create:
-  stage: quick-checks
+  <<: *build_job
   <<: *base_image
-  <<: *default_triggering_rules
   script:
     - ./configure --enable-maintainer-mode
     - make maintainer-clean