diff options
-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' |