diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-09 15:16:12 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-09 15:16:12 -0700 |
commit | 7d79a901c3ac43305e8e460eed013fedbde3d145 (patch) | |
tree | 61621b36208da7b3248b5aaef548ce1c6a03a5a3 | |
parent | 31c036c3b81d409f3eac014695e4b18267fedd0b (diff) |
Use ubuntu1604-basebuild-4c-4g for portal-sdk
The current portal-sdk jobs use he 2c-1g build nodes.
The VM is no able to allocate he needed memory to
perform extensive tasks for the release-java-daily job.
Change-Id: I6ff665da00d949dda9befe3d31d3061f0a80ed23
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | jjb/portal/portal-sdk.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/portal/portal-sdk.yaml b/jjb/portal/portal-sdk.yaml index 24935b16d..6839543ce 100644 --- a/jjb/portal/portal-sdk.yaml +++ b/jjb/portal/portal-sdk.yaml @@ -22,3 +22,4 @@ mvn-settings: 'portal-sdk-settings' files: '**' archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |