summaryrefslogtreecommitdiffstats
path: root/jjb/sdc/sdc.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-20 12:38:57 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-20 12:38:57 -0800
commit19e4d9b3859a0faf6d0b05749a73ae00b4c12531 (patch)
treec2a9006c45f47ff229ec49625a436077ecfe1d2a /jjb/sdc/sdc.yaml
parentebe168fdb93f61794acb16d9a9c44a5007611b5e (diff)
Update sdc merge job to use 8c X 8g system
The sdc-master-merge-java job seems to be hitting possible memory issues and failing. This increases the build node instance to take that out of the troubleshooting. Change-Id: Ia1d437e62063eba2c3401de5417209c9e961996e Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/sdc/sdc.yaml')
-rw-r--r--jjb/sdc/sdc.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml
index 124a47bab..6f824e583 100644
--- a/jjb/sdc/sdc.yaml
+++ b/jjb/sdc/sdc.yaml
@@ -6,11 +6,12 @@
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java':
- mvn-goals: 'clean install'
+ mvn-goals: 'clean install'
+ build-node: ubuntu1604-basebuild-8c-8g
- '{project-name}-{stream}-docker-java-daily':
- docker-pom: 'pom.xml'
- mvn-profile: 'docker'
- mvn-goals: 'clean install -B -P {mvn-profile}'
+ docker-pom: 'pom.xml'
+ mvn-profile: 'docker'
+ mvn-goals: 'clean install -B -P {mvn-profile}'
project: 'sdc'
stream:
- 'master':