summaryrefslogtreecommitdiffstats
path: root/jjb/so/so-libs.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-19 18:26:36 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:38:15 +0000
commitc9886b473fd00f6251bd9a04c9f26c3af998e417 (patch)
treec3958adcf392a77f4cf2976a9c2ea739354e4b3d /jjb/so/so-libs.yaml
parent99297e2838a98b3cdeb687634b1c478d457c197b (diff)
SO-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: I6bd7db60496fcbfdd52993959c9b080cabe1b8a9 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/so/so-libs.yaml')
-rw-r--r--jjb/so/so-libs.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/so/so-libs.yaml b/jjb/so/so-libs.yaml
index 2ec6a80a1..6714fea8d 100644
--- a/jjb/so/so-libs.yaml
+++ b/jjb/so/so-libs.yaml
@@ -3,7 +3,6 @@
name: so-libs
project-name: 'so-libs'
jobs:
- - gerrit-maven-clm
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
@@ -34,3 +33,12 @@
mvn-settings: 'so-libs-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+ name: so-libs-clm
+ jobs:
+ - gerrit-maven-clm
+ project: so/libs
+ project-name: 'so-libs'
+ branch: 'master'
+ mvn-settings: 'so-libs-settings'