From ce082286c83b2ccd647ed2fed9042530504c4928 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 28 Apr 2020 12:46:50 -0500 Subject: 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 --- jjb/hicn/hicn.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/hicn/hicn.yaml') 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 -- cgit 1.2.3-korg