]> 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:51:10 +0000 (15:51 +0200)
commitfb299d82fa16c7707833151dfa1e3e4f9f358b9c
tree9bab58f3a9bf3eb9261224375f621e3d6ca3bd54
parent195d602f2a58a08b2e5ab15e0f65323e4eb92515
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