diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-08-02 12:01:10 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-08-05 16:32:35 +0000 |
commit | 71eba33825fab5d60b504f67337dcd8b027a0541 (patch) | |
tree | 4710e3a31b4c02058938e31c1bf3a39367749817 /jjb/vpp | |
parent | eafcf39e75c1cc6ef678924c95434f34515331df (diff) |
Changes for VPP 19.08 release
Change-Id: I9a06d83286316b132039b7542592f3f4db5c93c1
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/docs.yaml | 3 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/jjb/vpp/docs.yaml b/jjb/vpp/docs.yaml index a4c85805d..74f293041 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -22,6 +22,9 @@ - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904' + - '1908': + branch: 'stable/1908' + repo-stream-part: 'stable.1908' type: - short diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index cd47237e4..4433c76b6 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -22,6 +22,9 @@ - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904' + - '1908': + branch: 'stable/1908' + repo-stream-part: 'stable.1908' - project: name: vpp-clang @@ -57,6 +60,9 @@ - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904' + - '1908': + branch: 'stable/1908' + repo-stream-part: 'stable.1908' os: ubuntu1604 - project: @@ -74,6 +80,9 @@ - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904' + - '1908': + branch: 'stable/1908' + repo-stream-part: 'stable.1908' os: ubuntu1804 device-node-arch: - 1n-skx @@ -104,6 +113,9 @@ - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904' + - '1908': + branch: 'stable/1908' + repo-stream-part: 'stable.1908' os: - ubuntu1804: repo-os-part: 'ubuntu.bionic.main' @@ -124,6 +136,9 @@ - '1904': branch: 'stable/1904' repo-stream-part: 'stable.1904' + - '1908': + branch: 'stable/1908' + repo-stream-part: 'stable.1908' os: - ubuntu1804: repo-os-part: 'ubuntu-arm.bionic.main' |