diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-27 03:04:05 -0700 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-27 03:04:05 -0700 |
commit | 14802767f9e9ad790346d7bf1f90823f4b5b2aee (patch) | |
tree | 6c8b321e58ec1b70c60c593a6809d0fe1748547f /jjb/clamp | |
parent | 089fed8bc3ee41c01604eaa36b55d06b01f41f3f (diff) |
Migrate to 18.04 clamp nodes
As we have some issues to build clamp (python errors), we move to the 18.04 all our build nodes
Issue-ID: CLAMP-798
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Idb061a96bd3a84ec56bc86d78e94b0c44cc2266c
Diffstat (limited to 'jjb/clamp')
-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 |