VID-Refactor CLM project block 79/70879/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Sat, 20 Oct 2018 01:41:30 +0000 (18:41 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 23 Oct 2018 21:36:29 +0000 (21:36 +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: Ic13877422d53b29edd9046948be0e8361a7eae42
Issue-ID: CIMAN-213
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/vid/vid.yaml

index 7f4cb3b..38d3c48 100644 (file)
@@ -3,7 +3,6 @@
     name: vid
     project-name: 'vid'
     jobs:
-      - gerrit-maven-clm
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
       - '{project-name}-{stream}-release-version-java-daily':
     mvn-settings: 'vid-settings'
     mvn-goals: 'clean install'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+    name: vid-clm
+    jobs:
+      - gerrit-maven-clm
+    project: vid
+    project-name: 'vid'
+    build-node: ubuntu1604-builder-4c-4g
+    branch: 'master'
+    mvn-settings: 'vid-settings'