summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-drools-applications.yaml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-09-14 10:37:22 +0100
committerliamfallon <liam.fallon@est.tech>2021-09-14 11:47:34 +0100
commite81581b6ac41c76c3ecba5023b30dbe1c9e7bbad (patch)
tree7fc14d2fcb6becf7ff8a2ba671677b40efdf93e4 /jjb/policy/policy-drools-applications.yaml
parent907ca914e230cb09e0879a36740d7b3d4fa6206b (diff)
Skip test in staging jobs
Tests fail in the staging jobs due to differences between the Ubuntu environment used in the verify and merge jobs and the Centos environment used in the staging jobs. Specifically, the "keytool" utility that comes in Java is not in the path in CentOS. As the tests must pass in the Ubuntu environment ver verification and merge, there is no need to run the tests at staging. THis review disables tests in staging jobs. Issue-ID: POLICY-3587 Change-Id: I357e15ce908491a1849f64d33a7c9df47471de39 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'jjb/policy/policy-drools-applications.yaml')
-rw-r--r--jjb/policy/policy-drools-applications.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/policy/policy-drools-applications.yaml b/jjb/policy/policy-drools-applications.yaml
index 81bc61a36..ee9eb9b36 100644
--- a/jjb/policy/policy-drools-applications.yaml
+++ b/jjb/policy/policy-drools-applications.yaml
@@ -12,6 +12,7 @@
sign-artifacts: true
build-node: centos7-builder-4c-4g
maven-versions-plugin: true
+ mvn-params: '-Dmaven.test.skip=true'
- gerrit-maven-docker-stage:
build-node: ubuntu1804-docker-8c-8g
maven-versions-plugin: true