From: Maria Matejka Date: Fri, 27 Jun 2025 17:42:48 +0000 (+0200) Subject: Merge commit '249ea3c' into thread-next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60a09b1315cbc703eb4cefc529b311c4c5727a5;p=thirdparty%2Fbird.git Merge commit '249ea3c' into thread-next --- d60a09b1315cbc703eb4cefc529b311c4c5727a5 diff --cc .gitlab-ci.yml index 6d7492e60,d1f4c9d6a..32ef76834 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@@ -1401,7 -1398,8 +1402,8 @@@ build-netlab - ln -s $STAYRTR_BINARY netlab/common/stayrtr - cd netlab - sudo ./stop + - ulimit -f 1048576 # Protect the filesystem from overflowing by log bloat - - sudo ./runtest -s v2 -m check $TEST_NAME + - sudo ./runtest -s v3 -m check $TEST_NAME after_script: - DIR=$(pwd) - cd $TOOLS_DIR/netlab diff --cc misc/gitlab/template.yml.j2 index 4ef0644aa,9b7f90c72..164792aa3 --- a/misc/gitlab/template.yml.j2 +++ b/misc/gitlab/template.yml.j2 @@@ -434,7 -435,8 +435,8 @@@ build-netlab - ln -s $STAYRTR_BINARY netlab/common/stayrtr - cd netlab - sudo ./stop + - ulimit -f 1048576 # Protect the filesystem from overflowing by log bloat - - sudo ./runtest -s v2 -m check $TEST_NAME + - sudo ./runtest -s v3 -m check $TEST_NAME after_script: - DIR=$(pwd) - cd $TOOLS_DIR/netlab