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)
- 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} -Og"
gcov:
<<: *base_image
<<: *default_triggering_rules
- stage: postcheck
+ stage: other-checks
needs:
- job: system:gcc:trixie:amd64
artifacts: true