From 4858a2e6895cab8cebea473b80c50e0aa5171afc Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 14 Mar 2022 14:31:25 -0400 Subject: Remove vpp stable/2106 jenkins jobs. Signed-off-by: Dave Wallace Change-Id: Ic9623be20a720c82fe8fb828bebc4171d36104a7 --- docker/scripts/lib_vpp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker') diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index 6b36338f4..71cb5fb84 100644 --- a/docker/scripts/lib_vpp.sh +++ b/docker/scripts/lib_vpp.sh @@ -99,7 +99,7 @@ docker_build_setup_vpp() { # to create an enumerated set of jobs jobs that match the # definitions here. declare -A VPP_BRANCHES -VPP_BRANCHES["debian-10"]="stable/2106 stable/2110 stable/2202 master" -VPP_BRANCHES["ubuntu-18.04"]="stable/2106 stable/2110" -VPP_BRANCHES["ubuntu-20.04"]="stable/2106 stable/2110 stable/2202 master" +VPP_BRANCHES["debian-10"]="stable/2110 stable/2202 master" +VPP_BRANCHES["ubuntu-18.04"]="stable/2110" +VPP_BRANCHES["ubuntu-20.04"]="stable/2110 stable/2202 master" export VPP_BRANCHES -- cgit 1.2.3-korg