diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2020-04-28 21:13:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2020-04-28 21:13:18 +0000 |
commit | 137e9acd5d38b289525823f8aac119b936f0ab43 (patch) | |
tree | 649e2f8c18b9c877f094999e3b0cdb635cfd64fb /jjb | |
parent | f9dcff56529a8520f1089c39bbc5c5a342797946 (diff) | |
parent | ce082286c83b2ccd647ed2fed9042530504c4928 (diff) |
Merge "Modify build node"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/hicn/hicn.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |