From 9f34d0a623c4027672c0c464900f4acbb6401884 Mon Sep 17 00:00:00 2001 From: i759715 Date: Mon, 18 Aug 2025 11:06:43 +0300 Subject: [PATCH] Add new loadbalancer type nlb for IPv6 validation --- ci/infrastructure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/infrastructure.yml b/ci/infrastructure.yml index 8df49bc4..77a86af5 100644 --- a/ci/infrastructure.yml +++ b/ci/infrastructure.yml @@ -347,6 +347,7 @@ ipv6-bbl-up-task: &ipv6-bbl-up-task-config BBL_LB_CERT: ((dobby_lb.certificate)) BBL_LB_CERT_CHAIN: ((dobby_lb.ca)) BBL_LB_KEY: ((dobby_lb.private_key)) + BBL_LB_TYPE: nlb BBL_STATE_DIR: environments/test/dobby/bbl-state GIT_COMMIT_EMAIL: "app-deployments@cloudfoundry.org" GIT_COMMIT_USERNAME: "ARD WG Bot"