From d694cbb0e40041b86e40869dedb1368633dd3101 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 4 Jun 2020 14:09:13 -0400 Subject: [PATCH 1/1] Use 4c-16g builder for tox-verify jobs The TransportPCE project does not appear to require 8 CPU system to successfully build the Maven project. Looking at the Sonar and CLM jobs this project builds just fine with the default centos7-builder-4c-4g system. TransportPCE does require 8g system for the tox-verify job though due to it's use of Docker. There is no 4c-8g system available by Vexxhost but there is a 4c-16g system which is about 33% cheaper than the 8c-8g flavor. Change-Id: Ib9c4b11749aec5d6eddef08bd8a708e858aaac50 Signed-off-by: Thanh Ha --- jjb/transportpce/transportpce.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/transportpce/transportpce.yaml b/jjb/transportpce/transportpce.yaml index 762559292b..a5ed92fb2d 100644 --- a/jjb/transportpce/transportpce.yaml +++ b/jjb/transportpce/transportpce.yaml @@ -9,7 +9,7 @@ rtd-token: 6f37ba63226bdcc6c823ee455e62237cf68813fd - gerrit-tox-verify: build-timeout: 120 - build-node: centos7-builder-8c-8g + build-node: centos7-builder-4c-16g - gerrit-release-merge - odl-maven-jobs-jdk11 - odl-maven-verify-jobs @@ -37,7 +37,7 @@ rtd-token: 6f37ba63226bdcc6c823ee455e62237cf68813fd - gerrit-tox-verify: build-timeout: 120 - build-node: centos7-builder-8c-8g + build-node: centos7-builder-4c-16g - odl-maven-jobs-jdk11 - odl-maven-verify-jobs @@ -64,7 +64,7 @@ rtd-token: 6f37ba63226bdcc6c823ee455e62237cf68813fd - gerrit-tox-verify: build-timeout: 120 - build-node: centos7-builder-8c-8g + build-node: centos7-builder-4c-16g - odl-maven-jobs - odl-maven-verify-jobs -- 2.36.6