diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2020-12-14 20:07:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2020-12-14 20:07:38 +0000 |
commit | f4949b340cf51c4e155ee86a54334fb997c233f8 (patch) | |
tree | f11bd83797412750649aa75123823e1db2b65dac | |
parent | 46e5d7d3dc6181efe5fe6acad70ea2e28008d623 (diff) | |
parent | 4b327e25ea827b6592e3ebaba46fb12fbf029525 (diff) |
Merge "Changes for VPP 21.01 Release"
-rw-r--r-- | jjb/vpp/docs.yaml | 2 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 27 |
2 files changed, 29 insertions, 0 deletions
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 900bf55e0..93f1157aa 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 |