From 97740787f59b46777cc90f826326a787f6453436 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 24 May 2022 15:53:24 -0400 Subject: vpp: add stable/2206 CI jobs Signed-off-by: Dave Wallace Signed-off-by: Andrew Yourtchenko Change-Id: I279978c3b0eb4c5e3079c8c5645837fc8a25029e --- docker/scripts/lib_vpp.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docker') diff --git a/docker/scripts/lib_vpp.sh b/docker/scripts/lib_vpp.sh index ae1a43240..8b9c91dc8 100644 --- a/docker/scripts/lib_vpp.sh +++ b/docker/scripts/lib_vpp.sh @@ -1,7 +1,7 @@ # lib_vpp.sh - Docker build script VPP library. # For import only. -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2022 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -99,8 +99,8 @@ docker_build_setup_vpp() { # to create an enumerated set of jobs jobs that match the # definitions here. declare -A VPP_BRANCHES -VPP_BRANCHES["debian-10"]="stable/2110 stable/2202 master" -VPP_BRANCHES["debian-11"]="master" +VPP_BRANCHES["debian-10"]="stable/2110 stable/2202 stable/2206 master" +VPP_BRANCHES["debian-11"]="stable/2206 master" VPP_BRANCHES["ubuntu-18.04"]="stable/2110" -VPP_BRANCHES["ubuntu-20.04"]="stable/2110 stable/2202 master" +VPP_BRANCHES["ubuntu-20.04"]="stable/2110 stable/2202 stable/2206 master" export VPP_BRANCHES -- cgit 1.2.3-korg