diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2022-01-05 20:07:27 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2022-01-05 20:07:27 +0100 |
commit | bcb25084d31fdb90fcf1666f10e73fe0f863afc0 (patch) | |
tree | b662145ec0f93d6a5106dd6c825e461c7bdf56bf /.gitlab-ci.yml | |
parent | f5c8fb5fba959d356ce1ea0fb5879223f76137f7 (diff) |
Test: Activate some remaining build tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7eaa66b..1325e9e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -582,6 +582,11 @@ test-ospf-custom: variables: TEST_NAME: cf-ospf-custom +test-ospf-area: + <<: *test-base + variables: + TEST_NAME: cf-ospf-area + test-ospf-vrf: <<: *test-base variables: @@ -636,3 +641,8 @@ test-babel-auth: <<: *test-base variables: TEST_NAME: cf-babel-auth + +test-rip-base: + <<: *test-base + variables: + TEST_NAME: cf-rip-base |