INT-Refactor CLM project block 53/70853/3
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 19 Oct 2018 23:06:24 +0000 (16:06 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 23 Oct 2018 21:37:39 +0000 (21:37 +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: I505cb3a47ac2b71ea43d5ced3a5e938be4253562
Issue-ID: CIMAN-213
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/integration/integration.yaml

index e97f0ab..65f1664 100644 (file)
@@ -3,8 +3,6 @@
     name: integration
     project-name: 'integration'
     jobs:
-      - gerrit-maven-clm:
-          mvn-params: '-f version-manifest/pom.xml'
       - '{project-name}-{stream}-{subproject}-verify-java'
       - '{project-name}-{stream}-{subproject}-merge-java'
       - '{project-name}-{stream}-{subproject}-release-version-java-daily'
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-builder-4c-4g
+
+- project:
+    name: integration-clm
+    jobs:
+      - gerrit-maven-clm:
+          mvn-params: '-f version-manifest/pom.xml'
+    project: integration
+    project-name: 'integration'
+    branch: 'master'
+    mvn-settings: 'integration-settings'