]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add faster CI jobs to the "quick-checks" stage
authorAndoni Duarte Pintado <andoni@isc.org>
Mon, 15 Dec 2025 16:19:28 +0000 (17:19 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 23 Jan 2026 11:52:57 +0000 (12:52 +0100)
Given the short runtime (<1min) of the "linkcheck" and
"generate-tsan-stress-test-configs" CI jobs, move them to the
"quick-checks" stage.

(cherry picked from commit ae7682915712e7abbfb3cbfefc837f0505b68bd0)

.gitlab-ci.yml

index 9e26330061cc69103889caf34f5d0073302d1d7f..41cccee3e78e363a6bc1ef892dd55f62fa318f10 100644 (file)
@@ -952,8 +952,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
@@ -1557,9 +1556,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: