X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docker%2Fscripts%2Flib_vpp.sh;h=39e2ca192fdf6bcebae1c44e1787d98b8892a90a;hb=7b7ffa99873e679b637ef00a3953ddd1f5a28aae;hp=312bbf760f6af9fc65896bd8730f3312b894337e;hpb=c05cabe676cf0735cc1b3fbaf643dfd02c0618ee;p=ci-management.git diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index 312bbf760..39e2ca192 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/2306 stable/2310 master" -VPP_BRANCHES["ubuntu-20.04"]="stable/2306 stable/2310 master" -VPP_BRANCHES["ubuntu-22.04"]="stable/2306 stable/2310 master" +VPP_BRANCHES["debian-11"]="stable/2310 stable/2402 master" +VPP_BRANCHES["ubuntu-20.04"]="stable/2310 stable/2402 master" +VPP_BRANCHES["ubuntu-22.04"]="stable/2310 stable/2402 master" export VPP_BRANCHES