diff options
author | 2019-04-08 21:00:50 -0400 | |
---|---|---|
committer | 2019-04-08 21:00:50 -0400 | |
commit | 6c2476d16b933d254485450a6dbb9188a680dc88 (patch) | |
tree | dabdd94b128269dfffc372e326f3d73315df151a | |
parent | 554bcdf199a6faa38d4609d8bad9256171381cc2 (diff) |
Add VPP 19.04 branch
Change-Id: I0099403b66fb48dd15896362c104a93fff03c76f
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
-rw-r--r-- | jjb/vpp/vpp.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 171d2a8dd..9c42fc25e 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -22,6 +22,9 @@ - '1901': branch: 'stable/1901' repo-stream-part: 'stable.1901' + - '1904': + branch: 'stable/1904' + repo-stream-part: 'stable.1904' - project: name: vpp-clang @@ -57,6 +60,9 @@ - '1901': branch: 'stable/1901' repo-stream-part: 'stable.1901' + - '1904': + branch: 'stable/1904' + repo-stream-part: 'stable.1904' os: ubuntu1604 - project: @@ -88,6 +94,9 @@ - '1901': branch: 'stable/1901' repo-stream-part: 'stable.1901' + - '1904': + branch: 'stable/1904' + repo-stream-part: 'stable.1904' os: - ubuntu1804: repo-os-part: 'ubuntu.bionic.main' @@ -105,6 +114,9 @@ - '1901': branch: 'stable/1901' repo-stream-part: 'stable.1901' + - '1904': + branch: 'stable/1904' + repo-stream-part: 'stable.1904' os: - ubuntu1804: repo-os-part: 'ubuntu-arm.bionic.main' |