From 0b2faea374666ca502497309d047168cf901b2be Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 10 Nov 2020 16:06:34 -0800 Subject: [PATCH] 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 --- jjb/ric-app-hw-go/ric-app-hw-go.yaml | 24 ++++++++++++++++++++++++ jjb/ric-app-hw-python/ric-app-hw-python.yaml | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 jjb/ric-app-hw-go/ric-app-hw-go.yaml create mode 100644 jjb/ric-app-hw-python/ric-app-hw-python.yaml 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 -- 2.16.6