diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2023-11-06 19:22:30 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-11-15 16:43:23 +0000 |
commit | 4455de64f7c977881389521294b27fb9d85eae57 (patch) | |
tree | b6b732d133bc581d9c5eec4ee1a5394429f39b4a /docker/scripts/lib_vpp.sh | |
parent | 3ef1d97d2cf16083aa8923eb3470f395f24dbb4b (diff) |
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 <dwallacelf@gmail.com>
Diffstat (limited to 'docker/scripts/lib_vpp.sh')
-rw-r--r-- | docker/scripts/lib_vpp.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |