diff options
author | 2025-03-04 12:22:05 -0800 | |
---|---|---|
committer | 2025-03-06 14:48:20 -0800 | |
commit | bb70ef8c72a2c8eecc0d6353eb3176da3667d493 (patch) | |
tree | e3569138ea58399612e1fa93fa3dcc678e8411a8 /docker | |
parent | 6fa54cb7ab2efa1a9d1f5e12df973bea6aee68c7 (diff) |
chore(vpp): post 25.02 release clean up
Change-Id: Ib1d5c74f2240fd914848f50e3d9a14bb25e48bc8
Signed-off-by: Naveen Joy <najoy@cisco.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/scripts/lib_csit.sh | 4 | ||||
-rw-r--r-- | docker/scripts/lib_vpp.sh | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docker/scripts/lib_csit.sh b/docker/scripts/lib_csit.sh index 06cfb471b..72b32bbd9 100644 --- a/docker/scripts/lib_csit.sh +++ b/docker/scripts/lib_csit.sh @@ -34,8 +34,8 @@ export CIMAN_DOCKER_SCRIPTS="${CIMAN_DOCKER_SCRIPTS:-$(dirname ${BASH_SOURCE[0]} # to create an enumerated set of jobs jobs that match the # definitions here. declare -A CSIT_VPP_BRANCHES -CSIT_VPP_BRANCHES["ubuntu-22.04"]="stable/2406 master" -CSIT_VPP_BRANCHES["ubuntu-24.04"]="master" +CSIT_VPP_BRANCHES["ubuntu-22.04"]="stable/2410 stable/2502 master" +CSIT_VPP_BRANCHES["ubuntu-24.04"]="stable/2410 stable/2502 master" export CSIT_VPP_BRANCHES CSIT_SUPPORTED_EXECUTOR_CLASSES="builder csit_dut" diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index 3d827a15c..83dd2c9d0 100644 --- a/docker/scripts/lib_vpp.sh +++ b/docker/scripts/lib_vpp.sh @@ -122,7 +122,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-12"]="stable/2410 master" -VPP_BRANCHES["ubuntu-22.04"]="stable/2406 stable/2410 master" -VPP_BRANCHES["ubuntu-24.04"]="stable/2410 master" +VPP_BRANCHES["debian-12"]="stable/2410 stable/2502 master" +VPP_BRANCHES["ubuntu-22.04"]="stable/2410 stable/2502 master" +VPP_BRANCHES["ubuntu-24.04"]="stable/2410 stable/2502 master" export VPP_BRANCHES |