diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-01 11:32:38 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-01 11:33:37 -0800 |
commit | d8d79c78d79e055400721d510f14cffc250158d7 (patch) | |
tree | 906ecb5c16006acfe139f59ac5363ed91163aa95 /jjb/holmes | |
parent | b0e72cde3f152280c58f83fb81e53384ae70c2ec (diff) |
Set build node for gerrit-maven-sonar
Run gerrit-maven-sonar on a 4c-4g node
Issue-ID: CIMAN-126
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I8a50b075ab6c1da5b015136b30a8aa2fab5bbc9a
Diffstat (limited to 'jjb/holmes')
-rw-r--r-- | jjb/holmes/holmes-common.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-engine-mgt.yaml | 1 | ||||
-rw-r--r-- | jjb/holmes/holmes-rule-mgt.yaml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 07db7f797..77e8b6533 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -23,6 +23,7 @@ name: holmes-common-sonar jobs: - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g java-version: '' project: 'holmes/common' project-name: 'holmes-common' diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index a998c3e50..e6511068e 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -26,6 +26,7 @@ name: holmes-dsa-sonar jobs: - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g java-version: '' project: 'holmes/dsa' project-name: 'holmes-dsa' diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index ea0439671..5573ec7d6 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -26,6 +26,7 @@ name: holmes-engine-management-sonar jobs: - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g java-version: '' project: 'holmes/engine-management' project-name: 'holmes-engine-management' diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 4ba943e3d..c739e0703 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -26,6 +26,7 @@ name: holmes-rule-management-sonar jobs: - gerrit-maven-sonar + build-node: ubuntu1604-basebuild-4c-4g java-version: '' project: 'holmes/rule-management' project-name: 'holmes-rule-management' |