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".
- system
- performance
- docs
- - postcheck
+ - other-checks
- postmerge
- release
scan-build:
<<: *default_triggering_rules
<<: *base_image
- stage: postcheck
+ stage: other-checks
variables:
CC: "${CLANG}"
CFLAGS: "${CFLAGS_COMMON}"
tsan:stress:
<<: *default_triggering_rules
- stage: postcheck
+ stage: other-checks
variables:
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
trigger:
coverity:
<<: *base_image
- stage: postcheck
+ stage: other-checks
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON}"
reproducible-build:
<<: *default_triggering_rules
<<: *alpine_3_23_amd64_image
- stage: postcheck
+ stage: other-checks
needs: []
variables:
CC: gcc
# 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:
gcov:
<<: *base_image
<<: *default_triggering_rules
- stage: postcheck
+ stage: other-checks
needs:
- job: system:gcc:trixie:amd64
artifacts: true