From: Mauro Sardara Date: Wed, 8 Apr 2020 10:12:50 +0000 (+0200) Subject: Add jjb configuration for new branch of hicn repo X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F26420%2F3;p=ci-management.git Add jjb configuration for new branch of hicn repo Change-Id: I1e5c8ec1272524c4b3f28be60a43de9eff1ce7d1 Signed-off-by: Mauro Sardara --- 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: