summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-apex-pdp.yaml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-03-26 07:24:49 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-03-26 08:55:06 -0400
commit365d441bca259bbab70f5e7234f067cf1ee60446 (patch)
treed2d18807e7dc119316f07bd4fe303444448d0a9a /jjb/policy/policy-apex-pdp.yaml
parent6a543746fd5178718ba8fbb2e79c58292c3a3c46 (diff)
Skip tests in docker stage job
Not all our jobs have skipTests - since both a verify job is run it isn't necessary for the docker build job to run the JUnit tests in addition to the verify job which will catch any issues. Also bumping some projectd to use ubuntu 18.04. apex sonar jobs should be run in 8c/8g node. fixing enabled vs disabled for policy/gui Issue-ID: POLICY-2378 Change-Id: I3a0aad6c2280fa5c2cb56b592c6093814f38deb1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy/policy-apex-pdp.yaml')
-rw-r--r--jjb/policy/policy-apex-pdp.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/policy/policy-apex-pdp.yaml b/jjb/policy/policy-apex-pdp.yaml
index 1923c765e..42cfd7c6e 100644
--- a/jjb/policy/policy-apex-pdp.yaml
+++ b/jjb/policy/policy-apex-pdp.yaml
@@ -19,9 +19,9 @@
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'
+ mvn-params: '-P docker maven.test.skip=true'
container-public-registry: 'nexus3.onap.org:10001'
container-staging-registry: 'nexus3.onap.org:10003'
- '{project-name}-gerrit-release-jobs':
@@ -35,7 +35,7 @@
java-version: openjdk11
files: '**'
archive-artifacts: ''
- build-node: ubuntu1604-docker-8c-8g
+ build-node: ubuntu1804-docker-8c-8g
- project:
name: policy-apex-pdp-sonar
@@ -47,7 +47,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-8c-8g
project: 'policy/apex-pdp'
project-name: 'policy-apex-pdp'
branch: 'master'