]> git.ipfire.org Git - thirdparty/bird.git/commit
CI: Limit log bloating for netlab runners
authorMaria Matejka <mq@ucw.cz>
Thu, 19 Jun 2025 19:12:52 +0000 (21:12 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 3 Sep 2025 13:17:05 +0000 (15:17 +0200)
commit0c96a31e1bd62f313d6fe2ef1ddfaaa965f9ba7d
tree17762143f804b8bc2cdb56230bf3ab3e694c9377
parent4d288af9c1a0a32cb121aa13e71bda8afcf5db3b
CI: Limit log bloating for netlab runners

There is no useful configurable file size limit for netlab, allowing
the job to eat up all the disk. Thus we limit it directly in the script
by setting ulimit -f to 1G.
.gitlab-ci.yml
misc/gitlab/template.yml.j2