mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Clean up the definitions and usages of &unit_test_*
anchors
Remove redundant indirections and overwrites. (cherry picked from commit 4303e0691968824ae8b8938e1ab121386f32f83a)
This commit is contained in:
parent
c052007d05
commit
af4b445257
@ -495,7 +495,7 @@ stages:
|
|||||||
- *find_python
|
- *find_python
|
||||||
- *parse_tsan
|
- *parse_tsan
|
||||||
|
|
||||||
.unit_test_common: &unit_test_common
|
.unit_test_common: &unit_test_job
|
||||||
<<: *default_triggering_rules
|
<<: *default_triggering_rules
|
||||||
stage: unit
|
stage: unit
|
||||||
before_script:
|
before_script:
|
||||||
@ -521,14 +521,8 @@ stages:
|
|||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
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_tsan: &unit_test_tsan_job
|
||||||
<<: *unit_test_common
|
<<: *unit_test_job
|
||||||
after_script:
|
after_script:
|
||||||
- *find_python
|
- *find_python
|
||||||
- *parse_tsan
|
- *parse_tsan
|
||||||
@ -1013,7 +1007,7 @@ system:gcc:bookworm:amd64:
|
|||||||
|
|
||||||
unit:gcc:bookworm:amd64:
|
unit:gcc:bookworm:amd64:
|
||||||
<<: *debian_bookworm_amd64_image
|
<<: *debian_bookworm_amd64_image
|
||||||
<<: *unit_test_gcov_job
|
<<: *unit_test_job
|
||||||
variables:
|
variables:
|
||||||
CI_ENABLE_ALL_TESTS: 1
|
CI_ENABLE_ALL_TESTS: 1
|
||||||
CLEAN_BUILD_ARTIFACTS_ON_SUCCESS: 0
|
CLEAN_BUILD_ARTIFACTS_ON_SUCCESS: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user