From 0d18cc0ce9fb0e5361f2e8bca8bf91745dbc5212 Mon Sep 17 00:00:00 2001 From: RahulBanerji Date: Thu, 10 Dec 2020 12:31:37 +0530 Subject: [PATCH] Add docker verify job for ric-app-hw-python and ric-app-hw-go Change-Id: I7148c4a53aba80b1b05777a60b48dbd757824156 Signed-off-by: Rahul Banerji --- jjb/ric-app-hw-go/ric-app-hw-go.yaml | 16 ++++++++++++++++ jjb/ric-app-hw-python/ric-app-hw-python.yaml | 15 +++++++++++++++ 2 files changed, 31 insertions(+) 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 -- 2.16.6