diff options
Diffstat (limited to 'jjb')
-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 c6e265e58..e48662a7a 100644 --- a/jjb/vpp/docs.yaml +++ b/jjb/vpp/docs.yaml @@ -28,6 +28,9 @@ - '2001': branch: 'stable/2001' repo-stream-part: 'stable.2001' + - '2005': + branch: 'stable/2005' + repo-stream-part: 'stable.2005' type: - short diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index d08ffa3e6..70c0ddaab 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -25,6 +25,9 @@ - '2001': branch: 'stable/2001' repo-stream-part: 'stable.2001' + - '2005': + branch: 'stable/2005' + repo-stream-part: 'stable.2005' - project: name: vpp-beta jobs: @@ -84,6 +87,9 @@ - '2001': branch: 'stable/2001' repo-stream-part: 'stable.2001' + - '2005': + branch: 'stable/2005' + repo-stream-part: 'stable.2005' os: ubuntu1804 - project: @@ -110,6 +116,9 @@ - '2001': branch: 'stable/2001' repo-stream-part: 'stable.2001' + - '2005': + branch: 'stable/2005' + repo-stream-part: 'stable.2005' device-node-arch: - 1n-skx - 1n-tx2: @@ -174,6 +183,9 @@ - '2001': branch: 'stable/2001' repo-stream-part: 'stable.2001' + - '2005': + branch: 'stable/2005' + repo-stream-part: 'stable.2005' os: - ubuntu1804: repo-os-part: 'ubuntu-arm.bionic.main' |