From: Jessica Wagantall Date: Wed, 11 Nov 2020 00:06:34 +0000 (-0800) Subject: Add ric-app-hw INFO.yaml verify jobs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=0b2faea374666ca502497309d047168cf901b2be;hp=efc0fd15d88f054617d56af102cc6edd2629b68c;p=ci-management.git Add ric-app-hw INFO.yaml verify jobs Add template for ric-app-hw-go and ric-app-hw-python Signed-off-by: Jessica Wagantall Change-Id: Ia8faff9a5e2b2fc9ec08bf36fda49a09c80a2d5b --- diff --git a/jjb/ric-app-hw-go/ric-app-hw-go.yaml b/jjb/ric-app-hw-go/ric-app-hw-go.yaml new file mode 100644 index 00000000..37386ffc --- /dev/null +++ b/jjb/ric-app-hw-go/ric-app-hw-go.yaml @@ -0,0 +1,24 @@ +--- +- project: + name: ric-app-hw-go-project-view + project-name: ric-app-hw-go + views: + - project-view + +- hw-go_common: &hw-go_common + # values apply to all projects + name: hw-go-common + # git repo + project: ric-app/hw-go + # jenkins prefix + project-name: ric-app-hw-go + # maven settings file has docker credentials + mvn-settings: ric-app-hw-go-settings + +# verify INFO.yaml changes +- project: + <<: *hw-go_common + name: ric-app-hw-go-info + build-node: centos7-builder-1c-1g + jobs: + - gerrit-info-yaml-verify diff --git a/jjb/ric-app-hw-python/ric-app-hw-python.yaml b/jjb/ric-app-hw-python/ric-app-hw-python.yaml new file mode 100644 index 00000000..67549cfc --- /dev/null +++ b/jjb/ric-app-hw-python/ric-app-hw-python.yaml @@ -0,0 +1,24 @@ +--- +- project: + name: ric-app-hw-python-project-view + project-name: ric-app-hw-python + views: + - project-view + +- hw-python_common: &hw-python_common + # values apply to all projects + name: hw-python-common + # git repo + project: ric-app/hw-python + # jenkins prefix + project-name: ric-app-hw-python + # maven settings file has docker credentials + mvn-settings: ric-app-hw-python-settings + +# verify INFO.yaml changes +- project: + <<: *hw-python_common + name: ric-app-hw-python-info + build-node: centos7-builder-1c-1g + jobs: + - gerrit-info-yaml-verify