diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-04-09 17:55:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-04-09 17:55:39 +0000 |
commit | 251237bd4cf62cc7ede7ccb430bf4cd22774f16d (patch) | |
tree | bbe9f0b819fcfeb9542b31dacdd15f63a1017f36 | |
parent | 6247c437b8eeeb1341e42cd72b4dc8bf61bbdd32 (diff) | |
parent | 6c2476d16b933d254485450a6dbb9188a680dc88 (diff) |
Merge "Add VPP 19.04 branch"
-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' |