From: Andrew Grimberg Date: Mon, 10 Apr 2017 20:48:49 +0000 (-0700) Subject: Increase size of build node for policy-engine site X-Git-Tag: 1.0.0-Amsterdam~522 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F3293%2F1;p=ci-management.git Increase size of build node for policy-engine site The policy-engine site is failing to build fully since it is running out of heap space. Rather than modifying the template which could cause problems for other projects using the job, it's just easier to update this particular job to use a larger instance size. Change-Id: Id5c54752868d55d012e704da5db2aa9bbaaa6ebb Signed-off-by: Andrew Grimberg --- diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index c5505af81..0dbb83b95 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -7,6 +7,7 @@ - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-stage-site-java': + build-node: 'ubuntu1604-basebuild-4c-4g' site-pom: 'pom.xml' trigger-job: '{project-name}-{stream}-release-version-java-daily'