summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-03-14 14:31:25 -0400
committerDave Wallace <dwallacelf@gmail.com>2022-03-14 14:31:25 -0400
commit4858a2e6895cab8cebea473b80c50e0aa5171afc (patch)
treeb8347f35c5feea4a9414fecdd066597e0179b841 /docker
parent510a24a242db42a330a47ad8a7459a7cb91aa43f (diff)
Remove vpp stable/2106 jenkins jobs.
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: Ic9623be20a720c82fe8fb828bebc4171d36104a7
Diffstat (limited to 'docker')
-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 6b36338f..71cb5fb8 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