]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: test and test-ospf jobs has been turned off
authorMatous Holinka <matous.holinka@nic.cz>
Tue, 12 Nov 2019 12:20:35 +0000 (13:20 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Tue, 12 Nov 2019 12:20:35 +0000 (13:20 +0100)
.gitlab-ci.yml

index 42a3a7d6a7466e7dedd89b68d72f482719636f5b..ad4544af50c006d6ab2e36f04b2e92a781aabf54 100644 (file)
@@ -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