summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-25 07:29:04 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-25 07:29:09 -0400
commit0554907537d32f46c558ae61864214775ff23f64 (patch)
treef1c1a1c81bceec99fbbbd82f39f5bafc968443cf /jjb
parenta3e7575dc20e04adc5001dc1990c098e5bb02b37 (diff)
Upgrade policy/gui to 18.04
Also turning off release jobs as we are not releasing this work yet until Guilen. There are no docker images for it currently. Issue-ID: POLICY-2437 Change-Id: I32c13422159baa8c506296f5972090139365eb3d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/policy/policy-gui.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/jjb/policy/policy-gui.yaml b/jjb/policy/policy-gui.yaml
index fc57249e7..5b8253651 100644
--- a/jjb/policy/policy-gui.yaml
+++ b/jjb/policy/policy-gui.yaml
@@ -7,19 +7,21 @@
- '{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'
container-staging-registry: 'nexus3.onap.org:10003'
+ enabled: false
- '{project-name}-gerrit-release-jobs':
build-node: centos7-builder-4c-4g
+ enabled: false
project: 'policy/gui'
stream:
@@ -29,7 +31,7 @@
java-version: openjdk11
files: '**'
archive-artifacts: ''
- build-node: ubuntu1604-builder-4c-4g
+ build-node: ubuntu1804-builder-4c-4g
- project:
name: policy-gui-sonar
@@ -41,7 +43,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/gui'
project-name: 'policy-gui'
branch: 'master'