diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2022-05-24 15:53:24 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2022-05-25 09:00:27 +0000 |
commit | 97740787f59b46777cc90f826326a787f6453436 (patch) | |
tree | caf1a5d8cc978f3121e92c8a0e2ec9b69aee9852 /docker/scripts/lib_vpp.sh | |
parent | 19b316c5d3828f7a5ebb379daa65a94e8ad5b416 (diff) |
vpp: add stable/2206 CI jobs
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I279978c3b0eb4c5e3079c8c5645837fc8a25029e
Diffstat (limited to 'docker/scripts/lib_vpp.sh')
-rw-r--r-- | docker/scripts/lib_vpp.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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 |