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

(cherry picked from commit 6d442c4a06a35b6551a75e31e30254e47af2339f)

.gitlab-ci.yml

index ccc2a1ce23da5c7f253e6b81d5426bfe290e4882..d1d580aaa9ab822bb1d00962b288bc86db999609 100644 (file)
@@ -107,7 +107,7 @@ stages:
   - system
   - performance
   - docs
-  - postcheck
+  - other-checks
   - postmerge
   - release
 
@@ -1187,7 +1187,7 @@ gcc:trixie:amd64cross32:
 scan-build:
   <<: *default_triggering_rules
   <<: *base_image
-  stage: postcheck
+  stage: other-checks
   variables:
     CC: "${CLANG}"
     CFLAGS: "${CFLAGS_COMMON}"
@@ -1515,7 +1515,7 @@ generate-tsan-stress-test-configs:
 
 tsan:stress:
   <<: *default_triggering_rules
-  stage: postcheck
+  stage: other-checks
   variables:
     PARENT_PIPELINE_ID: $CI_PIPELINE_ID
   trigger:
@@ -1954,7 +1954,7 @@ customer-git:tag:
 
 coverity:
   <<: *base_image
-  stage: postcheck
+  stage: other-checks
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON} -Og"
@@ -2127,7 +2127,7 @@ stress-test-child-pipeline:
 gcov:
   <<: *base_image
   <<: *default_triggering_rules
-  stage: postcheck
+  stage: other-checks
   needs:
     - job: system:gcc:trixie:amd64
       artifacts: true