From: Jessica Wagantall Date: Mon, 21 Aug 2017 21:09:01 +0000 (-0700) Subject: Run policy-engine CLM job in 4g node X-Git-Tag: 1.0.0-Amsterdam~321 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ff920e4851f44040ff27aa44d31ada87de22ba7e;p=ci-management.git 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 --- 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'