diff options
author | 2020-09-07 16:03:37 +0000 | |
---|---|---|
committer | 2020-09-07 16:03:37 +0000 | |
commit | 4d04144cca38185cc9b0ea0f2d040a4f4096d9b5 (patch) | |
tree | 3cc739c3a33061da0d21d76748f9f2d563d845ba | |
parent | 24d3cf87c5841e0ba3923f0f83fc189dde2ab1e2 (diff) |
Add VPP 20.09 branch
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I9f295cf85753c0f49061b3d326381cbb94173d7b
-rw-r--r-- | jjb/vpp/docs.yaml | 3 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index 8082d2206..b61f45d6a 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -25,6 +25,9 @@ - '2005': branch: 'stable/2005' repo-stream-part: 'stable.2005' + - '2009': + branch: 'stable/2009' + repo-stream-part: 'stable.2009' type: - short diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 0da19f5bb..b994ccf59 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -26,6 +26,9 @@ - '2005': branch: 'stable/2005' repo-stream-part: 'stable.2005' + - '2009': + branch: 'stable/2009' + repo-stream-part: 'stable.2009' - project: name: vpp-beta @@ -82,6 +85,9 @@ - '2005': branch: 'stable/2005' repo-stream-part: 'stable.2005' + - '2009': + branch: 'stable/2009' + repo-stream-part: 'stable.2009' os: ubuntu1804 - project: @@ -109,6 +115,9 @@ - '2005': branch: 'stable/2005' repo-stream-part: 'stable.2005' + - '2009': + branch: 'stable/2009' + repo-stream-part: 'stable.2009' device-node-arch: - 1n-skx - 1n-tx2: @@ -144,6 +153,9 @@ - '2005': branch: 'stable/2005' repo-stream-part: 'stable.2005' + - '2009': + branch: 'stable/2009' + repo-stream-part: 'stable.2009' os: - ubuntu1804: repo-os-part: 'ubuntu-arm.bionic.main' |