summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-distribution.yaml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-26 11:04:58 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-26 11:05:05 -0400
commit70eaef4aeef24c5ab65dfc0b24e8a589bd5b1b92 (patch)
tree8eaca0b616fc1822233688b39a183c358036facb /jjb/policy/policy-distribution.yaml
parent570aae7c727170b2bd96d2b05de9e96377d4e78a (diff)
Use ubuntu 18.04
Tested these 3 repos, only engine is shaky but let's try it and see if it works. The other 2 work. Issue-ID: POLICY-2437 Change-Id: I25928a9946bb5316d4886e62cccdbac05732f49e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy/policy-distribution.yaml')
-rw-r--r--jjb/policy/policy-distribution.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml
index 661b35198..9cb4ca0b6 100644
--- a/jjb/policy/policy-distribution.yaml
+++ b/jjb/policy/policy-distribution.yaml
@@ -7,13 +7,13 @@
- '{project-name}-{stream}-merge-java':
docker-pom: 'pom.xml'
mvn-params: '-P docker'
- build-node: ubuntu1604-docker-8c-8g
+ build-node: ubuntu1804-docker-8c-8g
- gerrit-maven-stage:
sign-artifacts: true
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
- gerrit-maven-docker-stage:
- build-node: ubuntu1604-docker-8c-8g
+ build-node: ubuntu1804-docker-8c-8g
maven-versions-plugin: true
mvn-params: '-P docker -Dmaven.test.skip=true'
container-public-registry: 'nexus3.onap.org:10001'
@@ -29,7 +29,7 @@
java-version: openjdk11
files: '**'
archive-artifacts: ''
- build-node: ubuntu1604-builder-4c-4g
+ build-node: ubuntu1804-builder-4c-4g
- project:
name: policy-distribution-sonar
@@ -41,7 +41,7 @@
sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
sonar-mvn-goal: '{sonar_mvn_goal}'
cron: '@daily'
- build-node: ubuntu1604-builder-4c-4g
+ build-node: ubuntu1804-builder-4c-4g
project: 'policy/distribution'
project-name: 'policy-distribution'
branch: 'master'