From: Andoni Duarte Pintado Date: Mon, 15 Dec 2025 16:19:28 +0000 (+0100) Subject: Add faster CI jobs to the "quick-checks" stage X-Git-Tag: v9.21.18~15^2~4 X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=ae7682915712e7abbfb3cbfefc837f0505b68bd0;p=thirdparty%2Fbind9.git Add faster CI jobs to the "quick-checks" stage Given the short runtime (<1min) of the "linkcheck" and "generate-tsan-stress-test-configs" CI jobs, move them to the "quick-checks" stage. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d3714654f2..2430567ba30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -993,8 +993,7 @@ changelog: untracked: true linkcheck: - <<: *base_image - stage: docs + <<: *quick_checks_job script: # Some domains tested by linkchecker may think that we connect to them too # often and will refuse connection or reply with and error code, which @@ -1671,9 +1670,7 @@ unit:clang:tsan: artifacts: true generate-tsan-stress-test-configs: - <<: *base_image - <<: *default_triggering_rules - stage: system + <<: *quick_checks_job script: - util/generate-tsan-stress-jobs.py > tsan-stress-test-configs.yml artifacts: