From a95a32eac9519fc1d403dce7cf6f680c023225ef Mon Sep 17 00:00:00 2001 From: Matous Holinka Date: Tue, 12 Nov 2019 13:20:35 +0100 Subject: [PATCH] bird: test and test-ospf jobs has been turned off --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42a3a7d6..ad4544af 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: &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-ospf: +# <<: *test-base +# variables: +# TEST_NAME: cf-ospf