You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by du...@apache.org on 2021/04/13 09:10:12 UTC

[brooklyn] branch master updated: Temp disable unit tests

This is an automated email from the ASF dual-hosted git repository.

duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn.git


The following commit(s) were added to refs/heads/master by this push:
     new c893f36  Temp disable unit tests
c893f36 is described below

commit c893f3627adbb9aa2058a8b175914bded10221c8
Author: Duncan Grant <du...@cloudsoft.io>
AuthorDate: Tue Apr 13 10:09:59 2021 +0100

    Temp disable unit tests
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 39fe42f..5b00592 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,7 +54,7 @@ node(label: 'ubuntu') {
 
             stage('Run tests') {
                 environmentDockerImage.inside('-i --name brooklyn-${DOCKER_TAG} -v ${WORKSPACE}/.m2:/var/maven/.m2 --mount type=bind,source="${HOME}/.m2/settings.xml",target=/var/maven/.m2/settings.xml,readonly -v ${WORKSPACE}:/usr/build -w /usr/build') {
-                    sh 'MAVEN_OPTS=-Xmx8g; mvn clean install -Prpm -Pdeb -Duser.home=/var/maven -Duser.name=jenkins'
+                    sh 'MAVEN_OPTS=-Xmx8g; mvn clean install -Prpm -Pdeb -Duser.home=/var/maven -Duser.name=jenkins -DskipTests'
                 }
             }