CI: Allow Babel tests
This commit is contained in:
parent
596f2e32e3
commit
3f19100f5a
1 changed files with 10 additions and 0 deletions
|
@ -626,3 +626,13 @@ test-ibgp-star:
|
||||||
<<: *test-base
|
<<: *test-base
|
||||||
variables:
|
variables:
|
||||||
TEST_NAME: cf-ibgp-flat
|
TEST_NAME: cf-ibgp-flat
|
||||||
|
|
||||||
|
test-babel-base:
|
||||||
|
<<: *test-base
|
||||||
|
variables:
|
||||||
|
TEST_NAME: cf-babel-base
|
||||||
|
|
||||||
|
test-babel-auth:
|
||||||
|
<<: *test-base
|
||||||
|
variables:
|
||||||
|
TEST_NAME: cf-babel-auth
|
||||||
|
|
Loading…
Reference in a new issue