From 377cfef1199004262d4e71ad170302d521461a5b Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 25 Feb 2025 16:52:00 +0100 Subject: [PATCH] CI: Add hostname test to CI --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58f1e6c33..b6f34f621 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -511,6 +511,11 @@ test-ebgp-import-limit: variables: TEST_NAME: cf-ebgp-import-limit +test-ebgp-hostname: + <<: *test-base + variables: + TEST_NAME: cf-ebgp-hostname + test-ibgp-loop: <<: *test-base variables: -- 2.47.2