From: Andoni Duarte Pintado Date: Mon, 15 Dec 2025 14:50:28 +0000 (+0100) Subject: Move slower CI jobs out of "quick-checks" stage X-Git-Tag: v9.18.45~6^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52841c2101a0cd8f24705cfec58367449463614d;p=thirdparty%2Fbind9.git Move slower CI jobs out of "quick-checks" stage 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) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b65a2edf15f..fd66efad1a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -724,7 +724,7 @@ clang-format: when: on_failure coccinelle: - <<: *quick_checks_job + <<: *other_checks_job rules: - if: '$CI_MERGE_REQUEST_DIFF_BASE_SHA != null' changes: @@ -813,7 +813,7 @@ danger: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' checkbashisms: - <<: *quick_checks_job + <<: *other_checks_job <<: *shell_triggering_rules needs: [] script: @@ -826,9 +826,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