]> 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>
Tue, 28 Jan 2025 15:15:36 +0000 (16:15 +0100)
commite59bc5b36610168eadde1ce3687f903d2a4630ce
tree10781bd9a21b7579d800c896dfcc040837ef9aef
parente3dd7e3d96711a9b5f210b7e7246827d2448d868
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.
.gitlab-ci.yml