diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:59:59 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:59:59 +0100 |
commit | babe360416e1477f4623f5d234d7932a17d8d1b4 (patch) | |
tree | 709e632d7038d86965abb10b2e338b1628c98842 | |
parent | 6b8ab60b711b238065fc9411777b8b5cd6435e4a (diff) | |
parent | 5973031460372a4d695c44a9f398d516b0e5bac1 (diff) |
Merge commit '59730314' into wireguard-next-tmp7-1
-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 c913d0f8..acaaab30 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 |