From: statta Date: Mon, 19 Oct 2020 21:00:22 +0000 (-0400) Subject: Disable Tests for maven-stage X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ba282bf6171615648da131ada44896f93e866c98;p=ci-management.git Disable Tests for maven-stage There is an issue on running npm tests which uses headless chrome browser when the undelying os is centos; tests are needed for maven-staging Issue-ID: PORTAL-1023 Change-Id: I60d7ee66244ac92f6d0fa7fe1fcbbc72527b8822 Signed-off-by: statta --- diff --git a/jjb/portal-sdk/portal-sdk.yaml b/jjb/portal-sdk/portal-sdk.yaml index 32c9333c5..a4d46a569 100644 --- a/jjb/portal-sdk/portal-sdk.yaml +++ b/jjb/portal-sdk/portal-sdk.yaml @@ -14,7 +14,7 @@ build-node: centos7-builder-4c-4g maven-versions-plugin: true mvn-pom: 'ecomp-sdk/pom.xml' - mvn-params: '-f ecomp-sdk/pom.xml' + mvn-params: '-f ecomp-sdk/pom.xml -Dskiptests=true' pattern: 'ecomp-sdk/**' - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java'