diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-04 15:24:28 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-04 15:24:28 +0100 |
commit | 14bb6fd29a1c88103e73138d5fd4396e610aa469 (patch) | |
tree | 161faf567ceb696f36f326340653330bb1e1443b /.gitlab-ci.yml | |
parent | 92e48894c379862003efe0a752411751e298b54e (diff) | |
parent | bcb25084d31fdb90fcf1666f10e73fe0f863afc0 (diff) |
Merge commit 'bcb25084d31fdb90fcf1666f10e73fe0f863afc0' into sark-bgp-rebased
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 2c1f7175..6753e8f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -557,6 +557,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: @@ -611,3 +616,8 @@ test-babel-auth: <<: *test-base variables: TEST_NAME: cf-babel-auth + +test-rip-base: + <<: *test-base + variables: + TEST_NAME: cf-rip-base |