mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-23 09:21:53 +00:00
bird: test and test-ospf jobs has been turned off
This commit is contained in:
parent
8d49950782
commit
a95a32eac9
@ -213,17 +213,17 @@ build-birdlab:
|
||||
- mv $DIR/bird $DIR/birdc netlab/common
|
||||
|
||||
|
||||
.test: &test-base
|
||||
stage: test
|
||||
needs: [build-birdlab]
|
||||
tags:
|
||||
- birdlab
|
||||
- amd64
|
||||
script:
|
||||
- cd $TOOLS_DIR/netlab
|
||||
- sudo ./runtest -m check $TEST_NAME
|
||||
# .test: &test-base
|
||||
# stage: test
|
||||
# needs: [build-birdlab]
|
||||
# tags:
|
||||
# - birdlab
|
||||
# - amd64
|
||||
# script:
|
||||
# - cd $TOOLS_DIR/netlab
|
||||
# - sudo ./runtest -m check $TEST_NAME
|
||||
|
||||
test-ospf:
|
||||
<<: *test-base
|
||||
variables:
|
||||
TEST_NAME: cf-ospf
|
||||
# test-ospf:
|
||||
# <<: *test-base
|
||||
# variables:
|
||||
# TEST_NAME: cf-ospf
|
||||
|
Loading…
Reference in New Issue
Block a user