diff options
author | 2020-04-28 12:49:38 -0500 | |
---|---|---|
committer | 2020-04-28 12:49:38 -0500 | |
commit | a87dc6e07f3d79138edf2bdfc670a4d842d89286 (patch) | |
tree | a4ab03a43f6fae66f965e5252fc67621896a1e55 /jjb/sweetcomb | |
parent | e7ec50addb053fcb9e3c9dcdb40a2294a7c72b14 (diff) |
Modify build node
Modifying the build node for RelEng jobs. These jobs don't require
larger instances.
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I6cd94271dea24a4b75d34da41e202e617efbff15
Diffstat (limited to 'jjb/sweetcomb')
-rw-r--r-- | jjb/sweetcomb/sweetcomb.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/sweetcomb/sweetcomb.yaml b/jjb/sweetcomb/sweetcomb.yaml index fa601d8b1..24761b292 100644 --- a/jjb/sweetcomb/sweetcomb.yaml +++ b/jjb/sweetcomb/sweetcomb.yaml @@ -254,7 +254,7 @@ project-name: sweetcomb jobs: - gerrit-info-yaml-verify - build-node: centos7-builder-4c-4g + build-node: centos7-builder-2c-2g project: sweetcomb branch: master @@ -268,6 +268,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 |