CI: Minor update
This commit is contained in:
parent
faa43a755e
commit
148bd9ee92
1 changed files with 8 additions and 2 deletions
|
@ -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 a new issue