mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 10:11:53 +00:00
bird: jobs 'test' and 'build' were updated (pytest==5.0.1 was installed manually)
This commit is contained in:
parent
426460081c
commit
884082fa7d
@ -296,20 +296,20 @@ stages:
|
|||||||
|
|
||||||
build-birdlab:
|
build-birdlab:
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
|
script:
|
||||||
|
- DIR=$(pwd)
|
||||||
|
- cd /var/lib/gitlab-runner/bird-tools
|
||||||
|
- sudo git clean -fx
|
||||||
|
- git fetch https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
|
||||||
|
- mv $DIR/bird $DIR/birdc bird-tools/netlab-int/common
|
||||||
tags:
|
tags:
|
||||||
- birdlab
|
- birdlab
|
||||||
- amd64
|
- amd64
|
||||||
script:
|
|
||||||
- git clean
|
|
||||||
- git fetch https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
|
|
||||||
- cd bird
|
|
||||||
- mv bird /etc/gitlab-runner/bird && mv birdc /etc/gitlab-runner/birdc
|
|
||||||
- mv ../bird-tools /etc/gitlab-runner/bird-tools
|
|
||||||
|
|
||||||
running_test:
|
running_test:
|
||||||
stage: test
|
stage: test
|
||||||
|
script:
|
||||||
|
- cd /var/lib/gitlab-runner/bird-tools/netlab-int
|
||||||
|
- sudo ./runtest -m check cf-ospf
|
||||||
tags:
|
tags:
|
||||||
- birdlab
|
- birdlab
|
||||||
script:
|
|
||||||
- cd /etc/gitlab-runner/bird-tools
|
|
||||||
- sudo ./runtest -m save cf-ospf
|
|
||||||
|
Loading…
Reference in New Issue
Block a user