From: Vanessa Rene Valderrama Date: Tue, 28 Apr 2020 17:46:50 +0000 (-0500) Subject: Modify build node X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ce082286c83b2ccd647ed2fed9042530504c4928;p=ci-management.git Modify build node Modifying the build node for RelEng jobs. These jobs don't require larger instances. Signed-off-by: Vanessa Rene Valderrama Change-Id: I2acf7f17e87324911cc5a3bb2a6df1bd39325dee --- diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml index 4f0d69f8e..055ee8608 100644 --- a/jjb/hicn/hicn.yaml +++ b/jjb/hicn/hicn.yaml @@ -544,7 +544,7 @@ sonarcloud-api-token: '{sonarcloud_api_token}' sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' branch: master - build-node: centos7-docker-4c-4g + build-node: centos7-docker-2c-2g jobs: - gerrit-maven-sonar @@ -868,6 +868,6 @@ project-name: hicn jobs: - gerrit-info-yaml-verify - build-node: centos7-builder-4c-4g + build-node: centos7-builder-2c-2g project: hicn branch: master