mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Rename the "postcheck" stage to "other-checks" in CI
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 6d442c4a06)
This commit is contained in:
parent
001bd6f361
commit
18b8517350
1 changed files with 6 additions and 6 deletions
|
|
@ -107,7 +107,7 @@ stages:
|
|||
- system
|
||||
- performance
|
||||
- docs
|
||||
- postcheck
|
||||
- other-checks
|
||||
- postmerge
|
||||
- release
|
||||
|
||||
|
|
@ -1328,7 +1328,7 @@ gcc:trixie:amd64cross32:
|
|||
scan-build:
|
||||
<<: *default_triggering_rules
|
||||
<<: *base_image
|
||||
stage: postcheck
|
||||
stage: other-checks
|
||||
variables:
|
||||
CC: "${CLANG}"
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
|
|
@ -1684,7 +1684,7 @@ generate-tsan-stress-test-configs:
|
|||
|
||||
tsan:stress:
|
||||
<<: *default_triggering_rules
|
||||
stage: postcheck
|
||||
stage: other-checks
|
||||
variables:
|
||||
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
|
||||
trigger:
|
||||
|
|
@ -2139,7 +2139,7 @@ customer-git:tag:
|
|||
|
||||
coverity:
|
||||
<<: *base_image
|
||||
stage: postcheck
|
||||
stage: other-checks
|
||||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
|
|
@ -2312,7 +2312,7 @@ stress-test-child-pipeline:
|
|||
# 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:
|
||||
|
|
@ -2326,7 +2326,7 @@ fsck:
|
|||
gcov:
|
||||
<<: *base_image
|
||||
<<: *default_triggering_rules
|
||||
stage: postcheck
|
||||
stage: other-checks
|
||||
needs:
|
||||
- job: system:gcc:trixie:amd64
|
||||
artifacts: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue