Change-Id: I7a6ffeb41abaf911406012c8a00219de8469b9fd
Signed-off-by: Dave Wallace <[email protected]>
# to create an enumerated set of jobs jobs that match the
# definitions here.
declare -A VPP_BRANCHES
-VPP_BRANCHES["debian-11"]="stable/2210 stable/2302 master"
-VPP_BRANCHES["ubuntu-20.04"]="stable/2210 stable/2302 master"
-VPP_BRANCHES["ubuntu-22.04"]="stable/2210 stable/2302 master"
+VPP_BRANCHES["debian-11"]="stable/2210 stable/2302 stable/2306 master"
+VPP_BRANCHES["ubuntu-20.04"]="stable/2210 stable/2302 stable/2306 master"
+VPP_BRANCHES["ubuntu-22.04"]="stable/2210 stable/2302 stable/2306 master"
export VPP_BRANCHES