diff options
author | Mauro Sardara <msardara@cisco.com> | 2020-04-08 12:12:50 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2020-04-08 12:37:48 +0200 |
commit | cfc259ff22813e081ed2699c9ae00c8016b43d66 (patch) | |
tree | 671ddecd162872289d21c646736feaa0004949a0 /jjb | |
parent | 78dfa7380ea0361f3cc0f93dbc8c5b1c077e08d0 (diff) |
Add jjb configuration for new branch of hicn repo
Change-Id: I1e5c8ec1272524c4b3f28be60a43de9eff1ce7d1
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/hicn/hicn.yaml | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 4a6d2c104..c1da8dcfc 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -1,8 +1,33 @@ --- - project: - name: hicn + name: hicn-verify jobs: - 'hicn-verify-{stream}-{os}' + + project: 'hicn' + os: + - ubuntu1804: + repo-os-part: 'ubuntu.bionic.main' + - ubuntu1604: + repo-os-part: 'ubuntu.xenial.main' + - centos7: + repo-os-part: 'centos7' + + stream: + - master: + branch: 'master' + repo-stream-part: 'master' + - lightng: + branch: 'hicn-light-ng' + repo-stream-part: 'hicn-light-ng' + + type: + - short + - long + +- project: + name: hicn-merge + jobs: - 'hicn-merge-{stream}-{os}' project: 'hicn' @@ -24,9 +49,30 @@ - long - project: - name: hicn-arm + name: hicn-arm-verify jobs: - 'hicn-arm-verify-{stream}-{os}' + + project: 'hicn' + os: + - ubuntu1804: + repo-os-part: 'ubuntu-arm.bionic.main' + + stream: + - master: + branch: 'master' + repo-stream-part: 'master' + - lightng: + branch: 'hicn-light-ng' + repo-stream-part: 'hicn-light-ng' + + type: + - short + - long + +- project: + name: hicn-arm-merge + jobs: - 'hicn-arm-merge-{stream}-{os}' project: 'hicn' @@ -52,6 +98,9 @@ - master: branch: 'master' repo-stream-part: 'master' + - lightng: + branch: 'hicn-light-ng' + repo-stream-part: 'hicn-light-ng' os: ubuntu1804 - project: |