mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Clean up the definitions and usages of &system_test_*
anchors
Remove redundant indirections and overwrites.
This commit is contained in:
@@ -404,7 +404,7 @@ stages:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
timeout: 2h
|
timeout: 2h
|
||||||
|
|
||||||
.system_test_common: &system_test_common
|
.system_test_common: &system_test_job
|
||||||
<<: *default_triggering_rules
|
<<: *default_triggering_rules
|
||||||
stage: system
|
stage: system
|
||||||
before_script:
|
before_script:
|
||||||
@@ -438,14 +438,8 @@ stages:
|
|||||||
reports:
|
reports:
|
||||||
junit: junit.xml
|
junit: junit.xml
|
||||||
|
|
||||||
.system_test: &system_test_job
|
|
||||||
<<: *system_test_common
|
|
||||||
|
|
||||||
.system_test_gcov: &system_test_gcov_job
|
|
||||||
<<: *system_test_common
|
|
||||||
|
|
||||||
.system_test_tsan: &system_test_tsan_job
|
.system_test_tsan: &system_test_tsan_job
|
||||||
<<: *system_test_common
|
<<: *system_test_job
|
||||||
after_script:
|
after_script:
|
||||||
- *display_pytest_failures
|
- *display_pytest_failures
|
||||||
- *parse_tsan
|
- *parse_tsan
|
||||||
@@ -924,7 +918,7 @@ gcc:bookworm:amd64:
|
|||||||
|
|
||||||
system:gcc:bookworm:amd64:
|
system:gcc:bookworm:amd64:
|
||||||
<<: *debian_bookworm_amd64_image
|
<<: *debian_bookworm_amd64_image
|
||||||
<<: *system_test_gcov_job
|
<<: *system_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
|
||||||
|
Reference in New Issue
Block a user