diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-05-19 21:12:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-19 21:12:34 +0000 |
commit | 81c3c4b07ae4d1ca9ae473c8b4434a907f1679b8 (patch) | |
tree | 6827de936b61ce4defa8129288e2943b15333f3a /jjb | |
parent | 538a038e8a1983a797fcf2a152502df0474d9833 (diff) | |
parent | c43d93f5877619af548443f9cbcc164c28f546d3 (diff) |
Merge "Replace jenkins verify/merge jobs build node with the one contains docker"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/aai/aai-resources.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jjb/aai/aai-resources.yaml b/jjb/aai/aai-resources.yaml index b53b378cd..77d07a380 100644 --- a/jjb/aai/aai-resources.yaml +++ b/jjb/aai/aai-resources.yaml @@ -9,9 +9,12 @@ name: aai-resources project-name: 'aai-resources' jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-verify-java': + build-node: ubuntu1804-docker-8c-8g + - '{project-name}-{stream}-merge-java': + build-node: ubuntu1804-docker-8c-8g - gerrit-maven-stage: + mvn-params: '-DskipTests' sign-artifacts: true build-node: centos7-builder-4c-4g maven-versions-plugin: true @@ -44,7 +47,7 @@ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' sonar-mvn-goal: '{sonar_mvn_goal}' cron: '@daily' - build-node: ubuntu1804-builder-4c-4g + build-node: ubuntu1804-docker-8c-8g project: 'aai/resources' project-name: 'aai-resources' branch: 'master' |