From e81581b6ac41c76c3ecba5023b30dbe1c9e7bbad Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 14 Sep 2021 10:37:22 +0100 Subject: 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 --- jjb/policy/policy-distribution.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/policy/policy-distribution.yaml') diff --git a/jjb/policy/policy-distribution.yaml b/jjb/policy/policy-distribution.yaml index f614feba3..c8b3ec377 100644 --- a/jjb/policy/policy-distribution.yaml +++ b/jjb/policy/policy-distribution.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 -- cgit 1.2.3-korg