diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-21 14:09:01 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-21 14:11:51 -0700 |
commit | ff920e4851f44040ff27aa44d31ada87de22ba7e (patch) | |
tree | cf82cd0451425b7c2c18b763e032fa44583d239e /jjb/policy/policy-engine.yaml | |
parent | 216d7449d6a1911189f0d12172a5f1477930b802 (diff) |
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 <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/policy/policy-engine.yaml')
-rw-r--r-- | jjb/policy/policy-engine.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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' |