diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-03-27 15:53:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-27 15:53:55 +0000 |
commit | 9f753820cb7d747df698338700cd1e3cb490cbe5 (patch) | |
tree | 4757a8c7b82df44b490e0fd3d5cd7b38f83df2e2 | |
parent | d0c7b6fe9a8068dd26f445310c3a0adc4fadcd1f (diff) | |
parent | 14802767f9e9ad790346d7bf1f90823f4b5b2aee (diff) |
Merge "Migrate to 18.04 clamp nodes"
-rw-r--r-- | jjb/clamp/clamp.yaml | 10 | ||||
-rw-r--r-- | jjb/clamp/dashboard/clamp-dashboard.yaml | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/jjb/clamp/clamp.yaml b/jjb/clamp/clamp.yaml index dae241880..b14841404 100644 --- a/jjb/clamp/clamp.yaml +++ b/jjb/clamp/clamp.yaml @@ -10,10 +10,10 @@ project-name: 'clamp' jobs: - gerrit-maven-stage: - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g maven-versions-plugin: true - gerrit-maven-docker-stage: - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g maven-versions-plugin: true container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' @@ -37,7 +37,7 @@ java-version: openjdk11 files: '**' archive-artifacts: '' - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g - project: name: clamp-sonar @@ -50,7 +50,7 @@ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' sonar-mvn-goal: '{sonar_mvn_goal}' cron: '@daily' - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g project: 'clamp' project-name: 'clamp' branch: 'master' @@ -69,7 +69,7 @@ project-name: 'clamp' branch: 'master' mvn-settings: 'clamp-settings' - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g build-timeout: 120 java-version: openjdk11 diff --git a/jjb/clamp/dashboard/clamp-dashboard.yaml b/jjb/clamp/dashboard/clamp-dashboard.yaml index 2cea7f56e..ce70c1903 100644 --- a/jjb/clamp/dashboard/clamp-dashboard.yaml +++ b/jjb/clamp/dashboard/clamp-dashboard.yaml @@ -10,10 +10,10 @@ project-name: 'clamp-dashboard' jobs: - gerrit-maven-stage: - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g maven-versions-plugin: true - gerrit-maven-docker-stage: - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g maven-versions-plugin: true container-public-registry: 'nexus3.onap.org:10001' container-staging-registry: 'nexus3.onap.org:10003' @@ -35,7 +35,7 @@ java-version: openjdk11 files: '**' archive-artifacts: '' - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g #- project: # name: clamp-dashboard-sonar @@ -48,7 +48,7 @@ # sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' # sonar-mvn-goal: '{sonar_mvn_goal}' # cron: '@daily' -# build-node: ubuntu1604-docker-8c-8g +# build-node: ubuntu1804-docker-8c-8g # project: 'clamp/dashboard' # project-name: 'clamp-dashboard' # branch: 'master' @@ -67,6 +67,6 @@ project-name: 'clamp-dashboard' branch: 'master' mvn-settings: 'clamp-settings' - build-node: ubuntu1604-docker-8c-8g + build-node: ubuntu1804-docker-8c-8g build-timeout: 120 java-version: openjdk11 |