From a9cdf302c9474b5f52c54323a8a9ea9d8589668e Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 28 Apr 2020 12:48:11 -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: Ic262afdbbbdd5a12b435a65449da0234c6b629fe --- jjb/honeycomb/honeycomb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 8642323b..e088d547 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -286,7 +286,7 @@ project-name: honeycomb jobs: - gerrit-info-yaml-verify - build-node: centos7-builder-4c-4g + build-node: centos7-builder-2c-2g project: honeycomb branch: master @@ -300,6 +300,6 @@ 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 -- cgit 1.2.3-korg