summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-19 18:41:30 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:36:29 +0000
commit70a77f88d323dacd5dc852c66e40f502a859389a (patch)
treec483b8f39b2a741e753543ee58ff71268a264c15 /jjb
parent99297e2838a98b3cdeb687634b1c478d457c197b (diff)
VID-Refactor CLM project block
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>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/vid/vid.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml
index 7f4cb3b00..38d3c48f2 100644
--- a/jjb/vid/vid.yaml
+++ b/jjb/vid/vid.yaml
@@ -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':
@@ -45,3 +44,13 @@
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'