De-duplicate yaml for "generate-stress-test-configs" CI job definition

Use the "quick_checks_job anchor" in the "generate-stress-test-configs"
CI job definition, and remove duplicate yaml in it.
This commit is contained in:
Andoni Duarte Pintado
2025-12-19 12:23:58 +01:00
parent 0d7401c54b
commit 24a47138db

View File

@@ -816,16 +816,13 @@ linkcheck:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
generate-stress-test-configs:
<<: *base_image
<<: *default_triggering_rules
stage: quick-checks
<<: *quick_checks_job
script:
- git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git
- bind9-qa/stress/generate-stress-test-configs.py > stress-test-configs.yml
artifacts:
paths:
- stress-test-configs.yml
needs: []
generate-tsan-stress-test-configs:
<<: *quick_checks_job