]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
bird: file .yml was updated w/ three different stages
authorMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 13:23:46 +0000 (14:23 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 13:23:46 +0000 (14:23 +0100)
.gitlab-ci.yml

index ddacdc554f45963d9deea5fc024b7f0acb65dadd..b8cff7e7b619af0f3537aad6e0e3c90235695b4b 100644 (file)
@@ -8,7 +8,9 @@
 stages:
   # - image
   # - build
-  - tests
+  - netlab_prep
+  - runtest
+  - cleanup
 
 # .docker: &docker_build
 #   stage: image
@@ -299,10 +301,25 @@ stages:
 #   - birdlab
 #   - amd64
 
+netlab:
+  stage: netlab_prep
+  script:
+    - echo "Prep-phase"
+    - cd builds/labs/
+    - sudo git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
+    - cd /build/labs/bird
+    #- sudo cp bird birdc ../bird-tools/netlab-int/common
+
 runtest:
   stage: tests
   script:
     - echo "Install"
     - ls -l
     - pwd
-    - echo "done!"
\ No newline at end of file
+    - echo "done!"
+
+cleaning:
+  stage: cleanup
+  script:
+    - echo "Cleaning phase"
+    - sudo rm -r builds/labs/bird-tools
\ No newline at end of file