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

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


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

commit 73caa7bfb59b97cf790a9f528405db57bf553e8a
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue Aug 6 13:24:25 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 c742931..769396f 100755
--- a/tools/travis/nightly.sh
+++ b/tools/travis/nightly.sh
@@ -34,7 +34,8 @@ mkdir -p $ARTIFACTS_DIR || { echo "FAILURE: cannot create log 
directory '${ARTIF
 LOG4J_PROPERTIES=tools/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"
+# 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 -Punsafe-mapr-repo"
 MVN_COMPILE_OPTIONS="-T1C -DskipTests"
 
 cp tools/travis/splits/* flink-end-to-end-tests

Reply via email to