From: Matous Holinka Date: Tue, 12 Nov 2019 12:20:35 +0000 (+0100) Subject: bird: test and test-ospf jobs has been turned off X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95a32eac9519fc1d403dce7cf6f680c023225ef;p=thirdparty%2Fbird.git bird: test and test-ospf jobs has been turned off --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42a3a7d6a..ad4544af5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,17 +213,17 @@ build-birdlab: - mv $DIR/bird $DIR/birdc netlab/common -.test: &test-base - stage: test - needs: [build-birdlab] - tags: - - birdlab - - amd64 - script: - - cd $TOOLS_DIR/netlab - - sudo ./runtest -m check $TEST_NAME - -test-ospf: - <<: *test-base - variables: - TEST_NAME: cf-ospf +# .test: &test-base +# stage: test +# needs: [build-birdlab] +# tags: +# - birdlab +# - amd64 +# script: +# - cd $TOOLS_DIR/netlab +# - sudo ./runtest -m check $TEST_NAME + +# test-ospf: +# <<: *test-base +# variables: +# TEST_NAME: cf-ospf