From: Ondrej Zajicek Date: Mon, 16 Oct 2023 13:24:32 +0000 (+0200) Subject: CI: Add MPLS tests X-Git-Tag: v2.15~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5973031460372a4d695c44a9f398d516b0e5bac1;p=thirdparty%2Fbird.git CI: Add MPLS tests --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c913d0f81..acaaab30e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -476,6 +476,16 @@ test-kernel-learn: variables: TEST_NAME: cf-kernel-learn +test-mpls-bgp: + <<: *test-base + variables: + TEST_NAME: cf-mpls-bgp + +test-mpls-bgp-l3vpn: + <<: *test-base + variables: + TEST_NAME: cf-mpls-bgp-l3vpn + .build-birdlab-base: &build-birdlab-base stage: build