From: Nicki Křížek Date: Wed, 29 Jan 2025 14:11:13 +0000 (+0000) Subject: chg: ci: Use make clean to reduce artifacts in successful jobs X-Git-Tag: v9.21.5~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5669a274db7efe208abd5f7fffe5499fe47ed14;p=thirdparty%2Fbind9.git chg: ci: Use make clean to reduce artifacts in successful jobs Reduce the amount of artifacts stored by running make clean at the end of unit and system test run. If any of the previous commands fail, the runner will stop executing the commands in `script` immediately, so the cleanup only happens if none of the previous commands failed. The build artifacts from unit and system tests are re-used anywhere and should be safe to throw away immediately. Merge branch 'nicki/reduce-ci-artifacts' into 'main' See merge request isc-projects/bind9!10015 --- c5669a274db7efe208abd5f7fffe5499fe47ed14