summaryrefslogtreecommitdiffstats
path: root/jjb/holmes/holmes-common.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-19 16:03:55 -0700
committerAnil Belur <abelur@linuxfoundation.org>2018-10-23 21:49:23 +0000
commit507031a14877a56f7ad8e766efe58e36686df82d (patch)
tree0bcf0cd14b668524ae570d2ef9dcc7146d8454d7 /jjb/holmes/holmes-common.yaml
parenta553144540fc01be93e4d75ed23c3f6fbc520f4c (diff)
HOLMES-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: I52ea3a5daf583e1a2c65dec819637ad4657d3a7c Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/holmes/holmes-common.yaml')
-rw-r--r--jjb/holmes/holmes-common.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml
index 9d7f34be1..559f1d577 100644
--- a/jjb/holmes/holmes-common.yaml
+++ b/jjb/holmes/holmes-common.yaml
@@ -3,7 +3,6 @@
name: holmes-common
project-name: 'holmes-common'
jobs:
- - gerrit-maven-clm
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
@@ -29,3 +28,12 @@
mvn-settings: 'holmes-common-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+ name: holmes-common-clm
+ jobs:
+ - gerrit-maven-clm
+ project: holmes/common
+ project-name: 'holmes-common'
+ branch: 'master'
+ mvn-settings: 'holmes-common-settings'