diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-09-20 12:52:03 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-09-20 18:29:35 -0400 |
commit | 2a731b6fdc17ca3361cdfd7274297b811084f0bb (patch) | |
tree | 5a72c9baa3b4adb417163f713f3e74ebefc3275c | |
parent | 1e9808d4bbb94fcd1579a5e0377bcaacc1fa5e85 (diff) |
Changes for VPP 21.10 Release
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: If4f836d753568f5185176d649e4b4c6806a7e060
-rw-r--r-- | jjb/vpp/docs.yaml | 4 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 39 |
2 files changed, 43 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 18975498f..a8139b6b5 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -27,6 +27,10 @@ branch: 'stable/2106' branch-refspec: '' os: 'ubuntu1804' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + os: 'ubuntu1804' - job-template: name: 'vpp-docs-verify-{stream}-{os}-{executor-arch}' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index a4d898b5c..8ef7bb83b 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -55,6 +55,11 @@ branch-refspec: '' os: 'ubuntu1804' repo-stream-part: 'stable.2106' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + os: 'ubuntu1804' + repo-stream-part: 'stable.2110' executor-arch: 'x86_64' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -94,6 +99,10 @@ branch: 'stable/2106' branch-refspec: '' repo-stream-part: 'stable.2106' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + repo-stream-part: 'stable.2110' os: - centos7: repo-os-part: 'centos7' @@ -121,6 +130,13 @@ os: 'centos7' - stream: '2106' os: 'debian9' + # OS deprecated on 2110 + - stream: '2110' + os: 'centos7' + - stream: '2110' + os: 'centos8' + - stream: '2110' + os: 'debian9' # 2009 LTS supports all OS variants # OS deprecated in 2101 - stream: '2101' @@ -190,6 +206,10 @@ branch: 'stable/2106' branch-refspec: '' repo-stream-part: 'stable.2106' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + repo-stream-part: 'stable.2110' # [end] VPP-GCC-X86_64 PROJECT # VPP-AARCH64 PROJECT @@ -228,6 +248,10 @@ branch: 'stable/2106' branch-refspec: '' repo-stream-part: 'stable.2106' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + repo-stream-part: 'stable.2110' os: - centos8: repo-os-part: 'centos8' @@ -240,6 +264,9 @@ # OS deprecated in master - stream: 'master' os: 'centos8' + # OS deprecated in 2110 + - stream: '2110' + os: 'centos8' # OS introduced after 2009 - stream: '2009' os: 'centos8' @@ -283,6 +310,10 @@ branch: 'stable/2106' branch-refspec: '' repo-stream-part: 'stable.2106' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + repo-stream-part: 'stable.2110' testbed-arch: - 1n-skx: os: 'ubuntu2004' @@ -317,6 +348,10 @@ branch: 'stable/2106' branch-refspec: '' repo-stream-part: 'stable.2106' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + repo-stream-part: 'stable.2110' testbed-arch: - 2n-clx: os: 'ubuntu2004' @@ -374,6 +409,10 @@ branch: 'stable/2106' branch-refspec: '' repo-stream-part: 'stable.2106' + - '2110': + branch: 'stable/2110' + branch-refspec: '' + repo-stream-part: 'stable.2110' os: ubuntu2004 # [end] VPP-CSIT-API-CRC PROJECT |