summaryrefslogtreecommitdiffstats
path: root/docker/scripts/lib_vpp.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2023-08-14 22:58:31 -0400
committerDave Wallace <dwallacelf@gmail.com>2023-08-18 18:00:30 -0400
commita9dcab7a8ef57f3c41feabc2301013df40e5d79f (patch)
tree67753a872ca112d5c643145aa234acec63119e25 /docker/scripts/lib_vpp.sh
parent2201be2d03e9eefd85b6fe77209c2559930cc7cc (diff)
vpp 23.06 post release clean up.
- Remove vpp stable/2210 branch support Change-Id: Icef62c0e073a787645fe1663d7ca7e0da0ba440b Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'docker/scripts/lib_vpp.sh')
-rw-r--r--docker/scripts/lib_vpp.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh
index db3c98a82..6a66f1595 100644
--- a/docker/scripts/lib_vpp.sh
+++ b/docker/scripts/lib_vpp.sh
@@ -96,7 +96,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-11"]="stable/2210 stable/2302 stable/2306 master"
-VPP_BRANCHES["ubuntu-20.04"]="stable/2210 stable/2302 stable/2306 master"
-VPP_BRANCHES["ubuntu-22.04"]="stable/2210 stable/2302 stable/2306 master"
+VPP_BRANCHES["debian-11"]="stable/2302 stable/2306 master"
+VPP_BRANCHES["ubuntu-20.04"]="stable/2302 stable/2306 master"
+VPP_BRANCHES["ubuntu-22.04"]="stable/2302 stable/2306 master"
export VPP_BRANCHES