Add missing CLM jobs 57/32357/5
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 20 Feb 2018 22:47:04 +0000 (14:47 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 20 Feb 2018 23:07:33 +0000 (15:07 -0800)
Add missing CLM jobs for sdnc and
testsuite

Change-Id: I6b78747628efa83d5c9b5318defeff7649dc0c38
Issue-ID: CIMAN-133
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/sdnc/sdnc-features.yaml [new file with mode: 0644]
jjb/testsuite/testsuite-heatbridge-master.yaml
jjb/testsuite/testsuite-properties.yaml [new file with mode: 0644]
jjb/testsuite/testsuite-python-testing-utils.yaml
jjb/testsuite/testsuite.yaml

diff --git a/jjb/sdnc/sdnc-features.yaml b/jjb/sdnc/sdnc-features.yaml
new file mode 100644 (file)
index 0000000..04670fb
--- /dev/null
@@ -0,0 +1,15 @@
+---
+- project:
+    name: sdnc-features
+    project-name: 'sdnc-features'
+    jobs:
+      - gerrit-maven-clm
+
+    project: 'sdnc/features'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'sdnc-features-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-basebuild-4c-4g
index 576cfe6..1e207d2 100644 (file)
@@ -7,6 +7,7 @@
           path: '.'
           pattern: '**'
     jobs:
+      - gerrit-maven-clm
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
     project: 'testsuite/heatbridge'
@@ -18,4 +19,4 @@
     mvn-settings: 'testsuite-heatbridge-settings'
     files: '**'
     archive-artifacts: ''
-    build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file
+    build-node: ubuntu1604-basebuild-4c-4g
diff --git a/jjb/testsuite/testsuite-properties.yaml b/jjb/testsuite/testsuite-properties.yaml
new file mode 100644 (file)
index 0000000..a4b8608
--- /dev/null
@@ -0,0 +1,14 @@
+---
+- project:
+    name: testsuite-properties-master
+    project-name: 'testsuite-properties'
+    jobs:
+      - gerrit-maven-clm
+    project: 'testsuite/properties'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'testsuite-properties-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-basebuild-4c-4g
index 01fca0d..9682c63 100644 (file)
@@ -7,6 +7,7 @@
           path: '.'
           pattern: '**'
     jobs:
+      - gerrit-maven-clm
       - '{project-name}-{stream}-{subproject}-verify-python'
 
     project: 'testsuite/python-testing-utils'
index 0ff88fe..ed89bee 100644 (file)
@@ -3,6 +3,7 @@
     name: testsuite
     project-name: 'testsuite'
     jobs:
+      - gerrit-maven-clm
       - '{project-name}-{stream}-3scm-docker-shell-daily':
           script:
             !include-raw-escape: 'testsuite-docker.sh'