summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstatta <statta@att.com>2020-10-19 17:00:22 -0400
committerstatta <statta@att.com>2020-10-19 17:11:16 -0400
commitba282bf6171615648da131ada44896f93e866c98 (patch)
treeec6b9ea37375dcd0a482986b307fe5f55b99399c
parent071bcf4108cd81b58b6aa442869091de2a879969 (diff)
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 <statta@att.com>
-rw-r--r--jjb/portal-sdk/portal-sdk.yaml2
1 files changed, 1 insertions, 1 deletions
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'