mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 10:11:53 +00:00
bird: file .yml was updated w/ three different stages
This commit is contained in:
parent
9a81c98802
commit
a02f67ac07
@ -8,7 +8,9 @@
|
|||||||
stages:
|
stages:
|
||||||
# - image
|
# - image
|
||||||
# - build
|
# - build
|
||||||
- tests
|
- netlab_prep
|
||||||
|
- runtest
|
||||||
|
- cleanup
|
||||||
|
|
||||||
# .docker: &docker_build
|
# .docker: &docker_build
|
||||||
# stage: image
|
# stage: image
|
||||||
@ -299,6 +301,15 @@ stages:
|
|||||||
# - birdlab
|
# - birdlab
|
||||||
# - amd64
|
# - 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:
|
runtest:
|
||||||
stage: tests
|
stage: tests
|
||||||
script:
|
script:
|
||||||
@ -306,3 +317,9 @@ runtest:
|
|||||||
- ls -l
|
- ls -l
|
||||||
- pwd
|
- pwd
|
||||||
- echo "done!"
|
- echo "done!"
|
||||||
|
|
||||||
|
cleaning:
|
||||||
|
stage: cleanup
|
||||||
|
script:
|
||||||
|
- echo "Cleaning phase"
|
||||||
|
- sudo rm -r builds/labs/bird-tools
|
Loading…
Reference in New Issue
Block a user