From cfc259ff22813e081ed2699c9ae00c8016b43d66 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 8 Apr 2020 12:12:50 +0200 Subject: Add jjb configuration for new branch of hicn repo Change-Id: I1e5c8ec1272524c4b3f28be60a43de9eff1ce7d1 Signed-off-by: Mauro Sardara --- jjb/hicn/hicn.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) (limited to 'jjb/hicn/hicn.yaml') 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: -- cgit 1.2.3-korg