]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Rename the "postcheck" stage to "other-checks" in CI
authorAndoni Duarte Pintado <andoni@isc.org>
Mon, 15 Dec 2025 13:49:59 +0000 (14:49 +0100)
committerAndoni Duarte Pintado <andoni@isc.org>
Fri, 23 Jan 2026 10:57:40 +0000 (11:57 +0100)
Rename the "postcheck" CI stage to the more generic "other-checks".
Slower jobs that still run in autoscaled runners belong here, as opposed
to the lightweight ones in "quick-checks".

.gitlab-ci.yml

index 8f9001b714ec000c1a70f5a898c62b6c67a72663..c2de43357434d57a55a0f55141efe3227f041392 100644 (file)
@@ -108,7 +108,7 @@ stages:
   - system
   - performance
   - docs
-  - postcheck
+  - other-checks
   - postmerge
   - release
 
@@ -1281,7 +1281,7 @@ gcc:trixie:amd64cross32:
 scan-build:
   <<: *default_triggering_rules
   <<: *base_image
-  stage: postcheck
+  stage: other-checks
   variables:
     CC: "${CLANG}"
     CFLAGS: "${CFLAGS_COMMON}"
@@ -1592,7 +1592,7 @@ generate-tsan-stress-test-configs:
 
 tsan:stress:
   <<: *default_triggering_rules
-  stage: postcheck
+  stage: other-checks
   variables:
     PARENT_PIPELINE_ID: $CI_PIPELINE_ID
   trigger:
@@ -2046,7 +2046,7 @@ customer-git:tag:
 
 coverity:
   <<: *base_image
-  stage: postcheck
+  stage: other-checks
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON}"
@@ -2217,7 +2217,7 @@ stress-test-child-pipeline:
 reproducible-build:
   <<: *default_triggering_rules
   <<: *alpine_3_23_amd64_image
-  stage: postcheck
+  stage: other-checks
   needs: []
   variables:
     CC: gcc
@@ -2243,7 +2243,7 @@ reproducible-build:
 # from using the "bind9" repo clone; we need to clone it ourselves.
 fsck:
   <<: *base_image
-  stage: postcheck
+  stage: other-checks
   variables:
     GIT_STRATEGY: none
   script:
@@ -2257,7 +2257,7 @@ fsck:
 gcov:
   <<: *base_image
   <<: *default_triggering_rules
-  stage: postcheck
+  stage: other-checks
   needs:
     - job: system:gcc:trixie:amd64
       artifacts: true