From eff6ddf51d350123b490a8326d8b21681eb47765 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 2 Feb 2021 15:30:12 -0500 Subject: Deprecate VPP stable/2005 Signed-off-by: Dave Wallace Change-Id: Ifba4ab4270d8eddf9713fa817f00b179247fd09f --- docker/scripts/lib_vpp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index 28420611c..5ed538a88 100644 --- a/docker/scripts/lib_vpp.sh +++ b/docker/scripts/lib_vpp.sh @@ -88,10 +88,10 @@ docker_build_setup_vpp() { # to create an enumerated set of jobs jobs that match the # definitions here. declare -A VPP_BRANCHES -VPP_BRANCHES["centos-7"]="stable/2005 stable/2009" +VPP_BRANCHES["centos-7"]="stable/2009" VPP_BRANCHES["centos-8"]="stable/2009 stable/2101 master" VPP_BRANCHES["debian-9"]="stable/2009" VPP_BRANCHES["debian-10"]="stable/2009 stable/2101 master" -VPP_BRANCHES["ubuntu-18.04"]="stable/2005 stable/2009 stable/2101 master" +VPP_BRANCHES["ubuntu-18.04"]="stable/2009 stable/2101 master" VPP_BRANCHES["ubuntu-20.04"]="stable/2009 stable/2101 master" export VPP_BRANCHES -- cgit 1.2.3-korg