TESTSUITE-Refactor CLM project block 76/70876/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Sat, 20 Oct 2018 01:28:02 +0000 (18:28 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 23 Oct 2018 21:38:23 +0000 (21:38 +0000)
The clm job portion needs to be on its own
project section similar to the Sonar portion.

The reason behind this, is because we only want
this job to be running for master and no other
branches. Also, this is in preparation for the
work that is to come from global-jjb on application
names in CLM.

Change-Id: I25bbd84c898464c2b1955e4892b5b9a43c037efe
Issue-ID: CIMAN-213
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/testsuite/testsuite-heatbridge-master.yaml

index aea8385..5c45b5c 100644 (file)
@@ -7,7 +7,6 @@
           path: '.'
           pattern: '**'
     jobs:
-      - gerrit-maven-clm
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
     project: 'testsuite/heatbridge'
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-builder-4c-4g
+
+- project:
+    name: testsuite-heatbridge-master-clm
+    jobs:
+      - gerrit-maven-clm
+    project: testsuite/heatbridge
+    project-name: 'testsuite-heatbridge'
+    build-node: ubuntu1604-builder-4c-4g
+    branch: 'master'
+    mvn-settings: 'testsuite-heatbridge-settings'