summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-19 14:26:38 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:52:44 +0000
commitac9f98aa608b8a8b6e35701cd0b472e0bc40af96 (patch)
treecf687f2447d31f792d10f4796080909208dd9368 /jjb/dcaegen2/dcaegen2-collectors-restconf.yaml
parent70ab292a7fb3464b837676b86841b734a0b59bf4 (diff)
DCAEGEN2-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: I47585bc0e3baebea06c3062fe77e88eeeac8e756 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-collectors-restconf.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-collectors-restconf.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml b/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml
index 812b22fcd..4aa9a8c36 100644
--- a/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml
+++ b/jjb/dcaegen2/dcaegen2-collectors-restconf.yaml
@@ -3,7 +3,6 @@
name: dcaegen2-collectors-restconf
project-name: 'dcaegen2-collectors-restconf'
jobs:
- - gerrit-maven-clm
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
@@ -34,3 +33,13 @@
mvn-settings: 'dcaegen2-collectors-restconf-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+ name: dcaegen2-collectors-restconf-clm
+ jobs:
+ - gerrit-maven-clm
+ project: dcaegen2/collectors/restconf
+ build-node: ubuntu1604-docker-8c-8g
+ project-name: 'dcaegen2-collectors-restconf'
+ branch: 'master'
+ mvn-settings: 'dcaegen2-collectors-restconf-settings'