From 3c447b33311c5741ab7e0c583a43d5acd8816619 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 10 Apr 2017 13:48:49 -0700 Subject: 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 --- jjb/policy/policy-engine.yaml | 1 + 1 file changed, 1 insertion(+) 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' -- cgit 1.2.3-korg