From: Michal Nowak Date: Thu, 5 Dec 2024 10:07:46 +0000 (+0000) Subject: fix: ci: Add ns2/managed1.conf to mkeys extra_artifacts X-Git-Tag: v9.21.4~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480cc576b37e4f6a32831cae90e4352ab3201684;p=thirdparty%2Fbind9.git fix: ci: Add ns2/managed1.conf to mkeys extra_artifacts The ns2/managed1.conf file is created by the setup.sh script. Then, in the tests.sh script it is moved to ns2/managed.conf. The latter file name is in mkeys extra_artifacts, but the former one is not. This is a problem when pytest is started with the --setup-only option as it only runs the setup.sh script (e.g., in the cross-version-config-tests CI job) and thus failing the "Unexpected files found" assertion. Merge branch 'mnowak/mkeys-add-ns2-managed1-conf-to-extra-artifacts' into 'main' See merge request isc-projects/bind9!9815 --- 480cc576b37e4f6a32831cae90e4352ab3201684