diff options
author | Patrick Brady <pb071s@att.com> | 2018-02-08 23:55:02 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-08 23:58:34 -0500 |
commit | d009784ec7e6443af4de0becab70d5d951bcae09 (patch) | |
tree | ae1c688acca34641b701fe3635c50a621f7111b7 | |
parent | cb710bac0cf9eb3f6fadfecf8329be25a31ed7b6 (diff) |
Move APPC clm node into an 8c-8g one
This change was done for the verify job and merge job,
but now the clm job is hitting the heap limit,
just as the others were.
Change-Id: I10e9d2f7e08a1b8da516bf2e3f18f78cf8b7f3be
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CIMAN-121
-rw-r--r-- | jjb/appc/appc-master.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/appc/appc-master.yaml b/jjb/appc/appc-master.yaml index 35cd86c04..2b14835c1 100644 --- a/jjb/appc/appc-master.yaml +++ b/jjb/appc/appc-master.yaml @@ -7,6 +7,7 @@ java-version: '' mvn-params: '-DskipTests' build-timeout: 30 + build-node: ubuntu1604-basebuild-8c-8g - '{project-name}-{stream}-verify-java': build-node: ubuntu1604-basebuild-8c-8g - '{project-name}-{stream}-merge-java': |