diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-04-28 12:31:36 -0500 |
---|---|---|
committer | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-04-28 12:31:36 -0500 |
commit | 30165350de95eb9e32548fc67f981eb526289d9e (patch) | |
tree | 9ea4566643f63099f50e5b5d8688b3e553af7ef8 /jjb/tldk | |
parent | e7ec50addb053fcb9e3c9dcdb40a2294a7c72b14 (diff) |
Modify build node
Modifying the build nodes for RelEng jobs. These jobs don't require
larger instances.
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I7b6a768c30748984159317a9b3912698f344f02b
Diffstat (limited to 'jjb/tldk')
-rw-r--r-- | jjb/tldk/tldk.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml index 249f223fe..1cf861359 100644 --- a/jjb/tldk/tldk.yaml +++ b/jjb/tldk/tldk.yaml @@ -245,7 +245,7 @@ project-name: tldk jobs: - gerrit-info-yaml-verify - build-node: centos7-builder-4c-4g + build-node: centos7-builder-2c-2g project: tldk branch: master @@ -259,6 +259,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 |