Move clamp job to 16g node 24/110924/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 5 Aug 2020 17:32:42 +0000 (10:32 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 5 Aug 2020 17:32:42 +0000 (10:32 -0700)
Move verify-java-checkstyle to 8c-16g node
to allow for a better performance of the Robot
Tests.

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: If8902150f2062340d0b28a061a96292ec206db6f

jjb/clamp/clamp.yaml

index 67b3f67..b9d79c8 100644 (file)
@@ -19,7 +19,8 @@
           container-staging-registry: 'nexus3.onap.org:10003'
           mvn-params: '-Dmaven.test.skip=true -P docker'
       - '{project-name}-{stream}-verify-java-checkstyle':
-         mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
+          mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001'
+          build-node: ubuntu1804-docker-8c-16g
       - '{project-name}-{stream}-merge-properties-java':
          mvn_properties:
             - docker.pull.registry=nexus3.onap.org:10001