]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: first test should be running (saving the tables)
authorMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 09:28:47 +0000 (10:28 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Wed, 6 Nov 2019 09:28:47 +0000 (10:28 +0100)
.gitlab-ci.yml

index 248712b8f6993566ceff90f8585a2c80bf02fe50..89ab121d5d86db070ae85a96f3f83bdaf6f3a543 100644 (file)
@@ -9,7 +9,6 @@ stages:
 #   - image
   - build
   - get_nl
-  - nl_prep
 
 # .docker: &docker_build
 #   stage: image
@@ -305,29 +304,19 @@ cloning_netlab:
   tags:
     - birdlab
   script:
-    - echo 'Cleaning the directories'
     - cd ../
     - rm -r bird-tools
     - cd bird
     - autoreconf
     - ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
-    # Detect which make is available
     - MAKE=make
     - which gmake 2>/dev/null >/dev/null && MAKE=gmake
     - $MAKE
-    # Run tests if they are available
     - $MAKE check
     - cd ../
-    - echo 'Cloning Netlab from repository'
     - git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
     - ls -l
     - cd bird
     - mv bird birdc ../bird-tools/netlab-int/common
-    - echo 'Done!'
-
-preparing_netlab:
-  stage: nl_prep
-  tags:
-    - birdlab
-  script:
-    - echo 'Preparing netlab'
+    - cd ../bird-tools/netlab-int
+    - ./runtest -m save cf-ospf