summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-19 16:27:17 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-10-23 21:38:06 +0000
commit9839daa5a23fdfcef1c2bcc086936a0ff46830b8 (patch)
tree08c66a21e612727749997aa705c983a9bfe5ebbc /jjb
parent99297e2838a98b3cdeb687634b1c478d457c197b (diff)
OOM-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: I11cbbda546570c1451421ee353c338c7e2f09a4f Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/oom/oom-registrator.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml
index 725c67efc..060ffb731 100644
--- a/jjb/oom/oom-registrator.yaml
+++ b/jjb/oom/oom-registrator.yaml
@@ -3,7 +3,6 @@
name: oom-registrator
project-name: 'oom-registrator'
jobs:
- - gerrit-maven-clm
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
@@ -20,3 +19,12 @@
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-builder-4c-4g
+
+- project:
+ name: oom-registrator-clm
+ jobs:
+ - gerrit-maven-clm
+ project: oom/registrator
+ project-name: 'oom-registrator'
+ branch: 'master'
+ mvn-settings: 'oom-registrator-settings'