summaryrefslogtreecommitdiffstats
path: root/jjb/appc/appc-master.yaml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-18 22:02:29 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:51:56 +0000
commit9d57340699f49b67daf4c89510c135e61070ecb4 (patch)
tree750778b43e0b23b88136d48b6fe714608779065b /jjb/appc/appc-master.yaml
parent70ab292a7fb3464b837676b86841b734a0b59bf4 (diff)
APPC-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: I45642f6f3c14acd047141d3b8f74113c0674c54a Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/appc/appc-master.yaml')
-rw-r--r--jjb/appc/appc-master.yaml16
1 files changed, 12 insertions, 4 deletions
diff --git a/jjb/appc/appc-master.yaml b/jjb/appc/appc-master.yaml
index ed973ec57..1fdba4d9f 100644
--- a/jjb/appc/appc-master.yaml
+++ b/jjb/appc/appc-master.yaml
@@ -3,10 +3,6 @@
name: appc-master
project-name: 'appc'
jobs:
- - gerrit-maven-clm:
- mvn-params: '-DskipTests'
- build-timeout: 30
- build-node: ubuntu1604-builder-8c-8g
- '{project-name}-{stream}-verify-java':
build-node: ubuntu1604-builder-8c-8g
- '{project-name}-{stream}-merge-java':
@@ -35,3 +31,15 @@
mvn-settings: 'appc-settings'
mvn-goals: 'clean install'
mvn-opts: '-Xmx4096m'
+
+- project:
+ name: appc-clm
+ jobs:
+ - gerrit-maven-clm:
+ mvn-params: '-DskipTests'
+ build-timeout: 30
+ build-node: ubuntu1604-builder-8c-8g
+ project: 'appc'
+ project-name: 'appc'
+ branch: 'master'
+ mvn-settings: 'appc-settings'