summaryrefslogtreecommitdiffstats
path: root/docker/scripts/lib_vpp.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-11-02 12:00:11 -0400
committerDave Wallace <dwallacelf@gmail.com>2022-11-02 12:13:05 -0400
commit48c129acdac3ca3c931bb828c6e35fc5780cb588 (patch)
treec9308603b01edc37ab3f563e39d010af4605a1fe /docker/scripts/lib_vpp.sh
parent417136324006a0dba3189cfad3853def48e5b049 (diff)
Post VPP 22.10 Release job clean up
- Remove VPP stable/2202 jobs - Remove debian10 docker executor images Change-Id: I2a83cc3db0aadf987ae726f77a453cfbb778f077 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'docker/scripts/lib_vpp.sh')
-rw-r--r--docker/scripts/lib_vpp.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh
index a14fc3634..6d9a9d337 100644
--- a/docker/scripts/lib_vpp.sh
+++ b/docker/scripts/lib_vpp.sh
@@ -96,8 +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-10"]="stable/2202"
VPP_BRANCHES["debian-11"]="stable/2206 stable/2210 master"
-VPP_BRANCHES["ubuntu-20.04"]="stable/2202 stable/2206 stable/2210 master"
+VPP_BRANCHES["ubuntu-20.04"]="stable/2206 stable/2210 master"
VPP_BRANCHES["ubuntu-22.04"]="stable/2210 master"
export VPP_BRANCHES