From 4455de64f7c977881389521294b27fb9d85eae57 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Mon, 6 Nov 2023 19:22:30 -0500 Subject: chore(post-release-cleanup): clean up VPP CI jobs post VPP 23.10 release - Remove references to unsupported VPP 23.02 release Change-Id: I540a2f0d43ff2cdd29c8d62c729463282b76b8fb Signed-off-by: Dave Wallace --- docker/scripts/lib_vpp.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker/scripts') diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index 60d4e4b6a..312bbf760 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/2302 stable/2306 stable/2310 master" -VPP_BRANCHES["ubuntu-20.04"]="stable/2302 stable/2306 stable/2310 master" -VPP_BRANCHES["ubuntu-22.04"]="stable/2302 stable/2306 stable/2310 master" +VPP_BRANCHES["debian-11"]="stable/2306 stable/2310 master" +VPP_BRANCHES["ubuntu-20.04"]="stable/2306 stable/2310 master" +VPP_BRANCHES["ubuntu-22.04"]="stable/2306 stable/2310 master" export VPP_BRANCHES -- cgit 1.2.3-korg