From 4b327e25ea827b6592e3ebaba46fb12fbf029525 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Fri, 11 Dec 2020 15:32:41 +0000 Subject: Changes for VPP 21.01 Release Change-Id: I828b80e1c7599875fd25da225afac6bb7f39c805 Signed-off-by: Andrew Yourtchenko --- jjb/vpp/docs.yaml | 2 ++ jjb/vpp/vpp.yaml | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) (limited to 'jjb/vpp') diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index c630d93b6..c9e2bb853 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -20,6 +20,8 @@ branch: 'stable/2005' - '2009': branch: 'stable/2009' + - '2101': + branch: 'stable/2101' - project: name: sphinx diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index e9112643b..647401dc6 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -40,6 +40,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' os: 'ubuntu1804' executor-arch: 'x86_64' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -69,6 +73,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' os: - ubuntu1804: repo-os-part: 'ubuntu.bionic.main' @@ -134,6 +142,11 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' + os: os: - centos8: repo-os-part: 'centos8' @@ -224,6 +237,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' # [end] VPP-GCC-X86_64 PROJECT # VPP-AARCH64 PROJECT @@ -251,6 +268,10 @@ branch: 'stable/2009' repo-stream-part: 'stable.2009' branch-head-refspec: '' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' + branch-head-refspec: '' os: - ubuntu1804: repo-os-part: 'ubuntu-arm.bionic.main' @@ -355,6 +376,9 @@ - '2009': branch: 'stable/2009' repo-stream-part: 'stable.2009' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' device-node-arch: - 1n-skx - 1n-tx2: @@ -399,6 +423,9 @@ - '2009': branch: 'stable/2009' repo-stream-part: 'stable.2009' + - '2101': + branch: 'stable/2101' + repo-stream-part: 'stable.2101' - master: branch: 'master' os: ubuntu1804 -- cgit 1.2.3-korg