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
|
||||
- mv $DIR/bird $DIR/birdc netlab-int/common
|
||||
|
||||
running_test:
|
||||
.test: &test_job
|
||||
stage: test
|
||||
needs: [build-birdlab]
|
||||
tags:
|
||||
- birdlab
|
||||
- amd64
|
||||
script:
|
||||
- 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