mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
CI: Minor update
This commit is contained in:
parent
faa43a755e
commit
148bd9ee92
@ -309,11 +309,17 @@ build-birdlab:
|
|||||||
- git pull --ff-only
|
- git pull --ff-only
|
||||||
- mv $DIR/bird $DIR/birdc netlab-int/common
|
- mv $DIR/bird $DIR/birdc netlab-int/common
|
||||||
|
|
||||||
running_test:
|
.test: &test_job
|
||||||
stage: test
|
stage: test
|
||||||
|
needs: [build-birdlab]
|
||||||
tags:
|
tags:
|
||||||
- birdlab
|
- birdlab
|
||||||
- amd64
|
- amd64
|
||||||
script:
|
script:
|
||||||
- cd $TOOLS_DIR/netlab-int
|
- cd $TOOLS_DIR/netlab-int
|
||||||
- sudo ./runtest -m check cf-ospf
|
- sudo ./runtest -m check $TEST_NAME
|
||||||
|
|
||||||
|
test-ospf:
|
||||||
|
variables:
|
||||||
|
TEST_NAME: cf-ospf
|
||||||
|
<<: *test_job
|
||||||
|
Loading…
Reference in New Issue
Block a user