Add ric-app-hw INFO.yaml verify jobs 28/5028/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 11 Nov 2020 00:06:34 +0000 (16:06 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 11 Nov 2020 00:06:34 +0000 (16:06 -0800)
Add template for ric-app-hw-go and
ric-app-hw-python

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ia8faff9a5e2b2fc9ec08bf36fda49a09c80a2d5b

jjb/ric-app-hw-go/ric-app-hw-go.yaml [new file with mode: 0644]
jjb/ric-app-hw-python/ric-app-hw-python.yaml [new file with mode: 0644]

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 (file)
index 0000000..37386ff
--- /dev/null
@@ -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 (file)
index 0000000..67549cf
--- /dev/null
@@ -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