You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/17 20:32:47 UTC

[flink] branch cron-master-jdk9 updated: skip flink-s3-fs-presto

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

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


The following commit(s) were added to refs/heads/cron-master-jdk9 by this push:
     new 700e5a6  skip flink-s3-fs-presto
700e5a6 is described below

commit 700e5a6c2563253791408e8008e421d77b42f3e3
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Jan 17 21:32:35 2019 +0100

    skip flink-s3-fs-presto
---
 tools/travis/stage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/stage.sh b/tools/travis/stage.sh
index ce1f34b..6dd7d34 100644
--- a/tools/travis/stage.sh
+++ b/tools/travis/stage.sh
@@ -51,7 +51,6 @@ flink-queryable-state/flink-queryable-state-client-java"
 MODULES_CONNECTORS="\
 flink-contrib/flink-connector-wikiedits,\
 flink-filesystems/flink-s3-fs-base,\
-flink-filesystems/flink-s3-fs-presto,\
 flink-formats/flink-parquet,\
 flink-connectors/flink-hcatalog,\
 flink-connectors/flink-hadoop-compatibility,\
@@ -78,6 +77,7 @@ MODULES_EXCLUDE_FAILING="\
 !flink-scala,\
 !flink-filesystems/flink-hadoop-fs,\
 !flink-filesystems/flink-s3-fs-hadoop,\
+!flink-filesystems/flink-s3-fs-presto,\
 !flink-filesystems/flink-mapr-fs,\
 !flink-connectors/flink-connector-elasticsearch,\
 !flink-tests,\