From: Ondrej Zajicek (work) Date: Wed, 5 Jan 2022 19:07:27 +0000 (+0100) Subject: Test: Activate some remaining build tests X-Git-Tag: 3.0-alpha0~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcb25084d31fdb90fcf1666f10e73fe0f863afc0;p=thirdparty%2Fbird.git Test: Activate some remaining build tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7eaa66b2..1325e9e8f 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