summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-02-12 10:22:49 -0500
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2020-02-12 10:23:01 -0500
commit762d7cf4757160b3512249c93d4666d6f2295258 (patch)
tree57b3a66b1e5d354aad57cc4b4f4754fc3e6e2ebd /jjb
parentb728d49ff22b2b95e024c9d5029690d835ed09a8 (diff)
Fix executor in policy/gui docker jobs
Issue-ID: POLICY-2334 Change-Id: Ic012170f4965021c4c1b258581ae1eac79539f34 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/policy/policy-gui.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/policy/policy-gui.yaml b/jjb/policy/policy-gui.yaml
index 8ec46fc4c..924ea3786 100644
--- a/jjb/policy/policy-gui.yaml
+++ b/jjb/policy/policy-gui.yaml
@@ -7,13 +7,13 @@
- '{project-name}-{stream}-merge-java':
docker-pom: 'pom.xml'
mvn-params: '-P docker'
- build-node: ubuntu1604-docker-4c-4g
+ build-node: ubuntu1604-docker-8c-8g
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
- gerrit-maven-docker-stage:
- build-node: ubuntu1604-docker-4c-4g
+ build-node: ubuntu1604-docker-8c-8g
maven-versions-plugin: true
mvn-params: '-P docker -Dmaven.test.skip=true'
container-public-registry: 'nexus3.onap.org:10001'