From ff920e4851f44040ff27aa44d31ada87de22ba7e Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 21 Aug 2017 14:09:01 -0700 Subject: Run policy-engine CLM job in 4g node policy-engine-master-clm fails due to a java heap space issue. Switch this job to node ubuntu1604-basebuild-4c-4g to prevent java heap issues. Issue-id: CIMAN-27 Change-Id: I98978b67ea9221590dbd00eea22a6973c53220af Signed-off-by: Jessica Wagantall --- jjb/policy/policy-engine.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb') diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index 304f7ce36..e50cffa90 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -3,7 +3,8 @@ name: policy-engine project-name: 'policy-engine' jobs: - - '{project-name}-{stream}-clm' + - '{project-name}-{stream}-clm': + build-node: 'ubuntu1604-basebuild-4c-4g' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' -- cgit 1.2.3-korg