mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 17:39:59 -04:00
Clean up the definitions and usages of &unit_test_* anchors
Remove redundant indirections and overwrites.
(cherry picked from commit 4303e06919)
This commit is contained in:
parent
c052007d05
commit
af4b445257
1 changed files with 3 additions and 9 deletions
|
|
@ -495,7 +495,7 @@ stages:
|
|||
- *find_python
|
||||
- *parse_tsan
|
||||
|
||||
.unit_test_common: &unit_test_common
|
||||
.unit_test_common: &unit_test_job
|
||||
<<: *default_triggering_rules
|
||||
stage: unit
|
||||
before_script:
|
||||
|
|
@ -521,14 +521,8 @@ stages:
|
|||
reports:
|
||||
junit: junit.xml
|
||||
|
||||
.unit_test: &unit_test_job
|
||||
<<: *unit_test_common
|
||||
|
||||
.unit_test_gcov: &unit_test_gcov_job
|
||||
<<: *unit_test_common
|
||||
|
||||
.unit_test_tsan: &unit_test_tsan_job
|
||||
<<: *unit_test_common
|
||||
<<: *unit_test_job
|
||||
after_script:
|
||||
- *find_python
|
||||
- *parse_tsan
|
||||
|
|
@ -1013,7 +1007,7 @@ system:gcc:bookworm:amd64:
|
|||
|
||||
unit:gcc:bookworm:amd64:
|
||||
<<: *debian_bookworm_amd64_image
|
||||
<<: *unit_test_gcov_job
|
||||
<<: *unit_test_job
|
||||
variables:
|
||||
CI_ENABLE_ALL_TESTS: 1
|
||||
CLEAN_BUILD_ARTIFACTS_ON_SUCCESS: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue