diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-29 16:07:22 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-01 00:14:10 +0000 |
commit | b0e72cde3f152280c58f83fb81e53384ae70c2ec (patch) | |
tree | a739916a33199728bc4e5719970675461127e0b7 /jjb/holmes | |
parent | 40da977b01ded46789a41d12810e82ad4de8e283 (diff) |
Move projects to gerrit-maven-sonar
The current Sonar goal in release-version-java-daily
has a lot of issues when running for projects in more than
one branch.
Remove sonar task from release-version-java-daily and use
global-jjb gerrit-maven-sonar job instead.
Change-Id: I9a20b68f4539e227ceab4063edb2df429cf60afb
Issue-ID: CIMAN-126
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/holmes')
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 11 | ||||
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 11 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 11 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 9e1a46a8f..07db7f797 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -19,3 +19,14 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-common-sonar + jobs: + - gerrit-maven-sonar + java-version: '' + project: 'holmes/common' + project-name: 'holmes-common' + branch: 'master' + mvn-settings: 'holmes-common-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 8f99cce1b..a998c3e50 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -22,3 +22,14 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-dsa-sonar + jobs: + - gerrit-maven-sonar + java-version: '' + project: 'holmes/dsa' + project-name: 'holmes-dsa' + branch: 'master' + mvn-settings: 'holmes-dsa-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 9a05cde6b..ea0439671 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -22,3 +22,14 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-engine-management-sonar + jobs: + - gerrit-maven-sonar + java-version: '' + project: 'holmes/engine-management' + project-name: 'holmes-engine-management' + branch: 'master' + mvn-settings: 'holmes-engine-management-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 5b28e2e4b..4ba943e3d 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -22,3 +22,14 @@ docker-pom: 'pom.xml' mvn-profile: docker build-node: ubuntu1604-basebuild-4c-4g +- project: + name: holmes-rule-management-sonar + jobs: + - gerrit-maven-sonar + java-version: '' + project: 'holmes/rule-management' + project-name: 'holmes-rule-management' + branch: 'master' + mvn-settings: 'holmes-rule-management-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file |