diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-05-25 10:02:22 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-05-25 14:22:56 +0000 |
commit | bde817421205a1897d0cd6dfb00fa3c70f2c534e (patch) | |
tree | 2677b4830b6b5f815c663c0f84371b1e1f97a910 | |
parent | 297a4d5416f281c4299b318ab8bf69c91792f818 (diff) |
Changes for VPP 21.06 Release
Change-Id: I2d20e79e621de018b94f8c8db10982730cda805b
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rw-r--r-- | jjb/vpp/docs.yaml | 4 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 34 |
2 files changed, 38 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 06812338e..94de3dea6 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -23,6 +23,10 @@ branch: 'stable/2101' branch-refspec: '' os: 'ubuntu1804' + - '2106': + branch: 'stable/2106' + 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 ccd636bc5..7167f6e54 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -50,6 +50,11 @@ branch-refspec: '' os: 'ubuntu1804' repo-stream-part: 'stable.2101' + - '2106': + branch: 'stable/2106' + branch-refspec: '' + os: 'ubuntu1804' + repo-stream-part: 'stable.2106' executor-arch: 'x86_64' # [end] VPP-CHECKSTYLE-X86_64 PROJECT @@ -85,6 +90,10 @@ branch-refspec: '' make-test-os: 'ubuntu-18.04' repo-stream-part: 'stable.2101' + - '2106': + branch: 'stable/2106' + branch-refspec: '' + repo-stream-part: 'stable.2106' os: - centos7: repo-os-part: 'centos7' @@ -105,6 +114,11 @@ os: 'centos7' - stream: 'master' os: 'debian9' + # OS deprecated on 2106 + - stream: '2106' + os: 'centos7' + - stream: '2106' + os: 'debian9' # 2009 LTS supports all OS variants # OS deprecated in 2101 - stream: '2101' @@ -170,6 +184,10 @@ branch: 'stable/2101' branch-refspec: '' repo-stream-part: 'stable.2101' + - '2106': + branch: 'stable/2106' + branch-refspec: '' + repo-stream-part: 'stable.2106' # [end] VPP-GCC-X86_64 PROJECT # VPP-AARCH64 PROJECT @@ -204,6 +222,10 @@ branch-refspec: '' make-test-os: 'ubuntu-18.04' repo-stream-part: 'stable.2101' + - '2106': + branch: 'stable/2106' + branch-refspec: '' + repo-stream-part: 'stable.2106' os: - centos8: repo-os-part: 'centos8' @@ -257,6 +279,10 @@ branch: 'stable/2101' branch-refspec: '' repo-stream-part: 'stable.2101' + - '2106': + branch: 'stable/2106' + branch-refspec: '' + repo-stream-part: 'stable.2106' testbed-arch: - 1n-skx: os: 'ubuntu2004' @@ -287,6 +313,10 @@ branch: 'stable/2101' branch-refspec: '' repo-stream-part: 'stable.2101' + - '2106': + branch: 'stable/2106' + branch-refspec: '' + repo-stream-part: 'stable.2106' testbed-arch: - 2n-clx: os: 'ubuntu2004' @@ -343,6 +373,10 @@ branch: 'stable/2101' branch-refspec: '' repo-stream-part: 'stable.2101' + - '2106': + branch: 'stable/2106' + branch-refspec: '' + repo-stream-part: 'stable.2106' os: ubuntu2004 # [end] VPP-CSIT-API-CRC PROJECT |