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

chesnay pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.8 by this push:
     new a76b9e9  [FLINK-13394][travis] Use fallback unsafe MapR repository
a76b9e9 is described below

commit a76b9e9fdca68808045bf808f4422081291b0edb
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Jul 24 09:55:08 2019 +0200

    [FLINK-13394][travis] Use fallback unsafe MapR repository
---
 tools/travis/nightly.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/travis/nightly.sh b/tools/travis/nightly.sh
index 433b925..1e47633 100755
--- a/tools/travis/nightly.sh
+++ b/tools/travis/nightly.sh
@@ -37,7 +37,8 @@ mkdir -p $ARTIFACTS_DIR || { echo "FAILURE: cannot create log 
directory '${ARTIF
 LOG4J_PROPERTIES=${HERE}/../log4j-travis.properties
 
 MVN_LOGGING_OPTIONS="-Dlog.dir=${ARTIFACTS_DIR} 
-Dlog4j.configuration=file://$LOG4J_PROPERTIES 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
-MVN_COMMON_OPTIONS="-nsu -B -Dflink.forkCount=2 -Dflink.forkCountTestPackage=2 
-Dfast -Pskip-webui-build"
+# We use -Punsafe-mapr-repo since the https version fails on Travis for some 
reason.
+MVN_COMMON_OPTIONS="-nsu -B -Dflink.forkCount=2 -Dflink.forkCountTestPackage=2 
-Dfast -Pskip-webui-build -Punsafe-mapr-repo"
 MVN_COMPILE_OPTIONS="-T1C -DskipTests"
 
 cp tools/travis/splits/* flink-end-to-end-tests

Reply via email to