diff options
-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 |