diff options
author | 2020-04-29 00:31:31 +0000 | |
---|---|---|
committer | 2020-04-29 00:31:31 +0000 | |
commit | e31edbcfad4a4a13e60dfb87b5748b9a7a9a2dcf (patch) | |
tree | 00951b003ae4122040fc0e8473ccda049f29eed9 /jjb | |
parent | 35566abd10759f54beec5a5dcfbcce64bac7b458 (diff) | |
parent | a9cdf302c9474b5f52c54323a8a9ea9d8589668e (diff) |
Merge "Modify build node"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 8642323b2..e088d5478 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 |