From 01d0107cff2f1c05837ef64994a97330c9297b07 Mon Sep 17 00:00:00 2001 From: Matous Holinka Date: Wed, 6 Nov 2019 10:28:47 +0100 Subject: [PATCH] bird: first test should be running (saving the tables) --- .gitlab-ci.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 248712b8..89ab121d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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