]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: move "stress" test generation script to QA repo
authorMichał Kępień <michal@isc.org>
Sat, 21 Jun 2025 04:47:19 +0000 (04:47 +0000)
committerMichał Kępień <michal@isc.org>
Sat, 21 Jun 2025 04:47:19 +0000 (04:47 +0000)
commiteed5d39fda0ca8874bc42c2fe899eb655f167179
treeeaa2ffb21f834d259028f8880c98bc340261bef0
parentc5f01022b8a24faeb8583e66879bab6527e493df
parent4f7f420534fc939107654a39ab94aa8d4e9d9c45
chg: ci: move "stress" test generation script to QA repo

Move the util/generate-stress-test-configs.py script from the BIND 9
source repository to the BIND 9 QA repository.  This simplifies the
maintenance of that script by eliminating the need to backport every
change applied to it to multiple branches.

Merge branch 'michal/move-stress-test-generation-script-to-qa-repo' into 'main'

See merge request isc-projects/bind9!10585