From: RahulBanerji Date: Thu, 10 Dec 2020 07:01:37 +0000 (+0530) Subject: Add docker verify job for ric-app-hw-python and ric-app-hw-go X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0d18cc0ce9fb0e5361f2e8bca8bf91745dbc5212;p=ci-management.git Add docker verify job for ric-app-hw-python and ric-app-hw-go Change-Id: I7148c4a53aba80b1b05777a60b48dbd757824156 Signed-off-by: Rahul Banerji --- diff --git a/jjb/ric-app-hw-go/ric-app-hw-go.yaml b/jjb/ric-app-hw-go/ric-app-hw-go.yaml index 37386ffc..d5b307c2 100644 --- a/jjb/ric-app-hw-go/ric-app-hw-go.yaml +++ b/jjb/ric-app-hw-go/ric-app-hw-go.yaml @@ -22,3 +22,19 @@ build-node: centos7-builder-1c-1g jobs: - gerrit-info-yaml-verify + +- project: + <<: *hw-go_common + name: ric-app-hw-go + # image name + docker-name: 'o-ran-sc/{name}' + # source of docker tag + container-tag-method: yaml-file + # use host network to clone from our gerrit + docker-build-args: '--network=host' + jobs: + - '{project-name}-gerrit-docker-jobs' + stream: + - master: + branch: master + diff --git a/jjb/ric-app-hw-python/ric-app-hw-python.yaml b/jjb/ric-app-hw-python/ric-app-hw-python.yaml index 67549cfc..6e084487 100644 --- a/jjb/ric-app-hw-python/ric-app-hw-python.yaml +++ b/jjb/ric-app-hw-python/ric-app-hw-python.yaml @@ -22,3 +22,18 @@ build-node: centos7-builder-1c-1g jobs: - gerrit-info-yaml-verify + +- project: + <<: *hw-python_common + name: ric-app-hw-python + # image name + docker-name: 'o-ran-sc/{name}' + # source of docker tag + container-tag-method: yaml-file + # use host network to clone from our gerrit + docker-build-args: '--network=host' + jobs: + - '{project-name}-gerrit-docker-jobs' + stream: + - master: + branch: master