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

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

commit b6d97cb95795ae21b3a9332c9d6caff789e2c98e
Author: Timo Walther <[email protected]>
AuthorDate: Wed Nov 14 13:14:42 2018 +0100

    [hotfix] Reduce test matrix for releases
    
    For simplification of the cron jobs we don't test dependencies of releases
    thus we don't test the full Scala/Hadoop matrix.
---
 .travis.yml | 60 ------------------------------------------------------------
 1 file changed, 60 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7b98f7a..3cbecfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,66 +75,6 @@ matrix:
       - BRANCH="release-1.7"
       - PROFILE="-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"
-      - SCRIPT="split_misc.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-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"
-      - SCRIPT="split_sticky.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-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"
-      - SCRIPT="split_container.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-Dhadoop.version=2.8.3 -Dscala-2.12"
-      - SCRIPT="split_heavy.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-DwithoutHadoop -De2e-metrics"
-      - SCRIPT="split_misc_hadoopfree.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
-      - SCRIPT="split_ha.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
-      - SCRIPT="split_sticky.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
-      - SCRIPT="split_checkpoints.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
-      - SCRIPT="split_container.sh"
-    - env:
-      - REMOTE="apache"
-      - BRANCH="master"
-      - PROFILE="-DwithoutHadoop"
-      - SCRIPT="split_heavy.sh"
 
 git:
   depth: 100

Reply via email to