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/29 14:45:14 UTC

[flink] branch cron-master-e2e updated: [FLINK-11270] Update profiles

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

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


The following commit(s) were added to refs/heads/cron-master-e2e by this push:
     new e3d5919  [FLINK-11270] Update profiles
e3d5919 is described below

commit e3d591911eba3f019c8d692e1e98a0cac0ae69ca
Author: zentol <ch...@apache.org>
AuthorDate: Thu Jan 10 13:24:06 2019 +0100

    [FLINK-11270] Update profiles
---
 .travis.yml | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cbd8dc0..91c8d49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,92 +48,92 @@ matrix:
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -De2e-metrics"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics"
       - SCRIPT="split_misc.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3"
       - SCRIPT="split_ha.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3"
       - SCRIPT="split_sticky.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3"
       - SCRIPT="split_checkpoints.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3"
       - SCRIPT="split_container.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3"
       - SCRIPT="split_heavy.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12 -De2e-metrics"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -De2e-metrics"
       - SCRIPT="split_misc.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
       - SCRIPT="split_ha.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
       - SCRIPT="split_sticky.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
       - SCRIPT="split_checkpoints.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
       - SCRIPT="split_container.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
+      - PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
       - SCRIPT="split_heavy.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-DwithoutHadoop -De2e-metrics"
+      - PROFILE="-De2e-metrics"
       - SCRIPT="split_misc_hadoopfree.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
+      - PROFILE=""
       - SCRIPT="split_ha.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
+      - PROFILE=""
       - SCRIPT="split_sticky.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
+      - PROFILE=""
       - SCRIPT="split_checkpoints.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
+      - PROFILE=""
       - SCRIPT="split_container.sh"
     - env:
       - REMOTE="apache"
       - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
+      - PROFILE=""
       - SCRIPT="split_heavy.sh"
 
 git: