]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use make clean to reduce artifacts in successful jobs
authorNicki Křížek <nicki@isc.org>
Tue, 28 Jan 2025 14:23:01 +0000 (15:23 +0100)
committerNicki Křížek <nicki@isc.org>
Wed, 29 Jan 2025 14:15:55 +0000 (15:15 +0100)
commitfddf60da090f271b2fd9a5ff24b57c4fce0f7381
tree9385a634bcca54f044168ee29ded942973d58c78
parent2ab553c042592a686c6d3fda38f5d15588874083
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. Same for respdiff.

(cherry picked from commit e59bc5b36610168eadde1ce3687f903d2a4630ce)
.gitlab-ci.yml