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/09/02 09:33:52 UTC

[flink] 02/02: disable some profiles

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

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

commit 0a5f7d8e04f6bfb01f45c8ee717456af0cd2dec5
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Sep 2 11:33:03 2019 +0200

    disable some profiles
---
 .travis.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4f87494..5cc7713 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -257,23 +257,23 @@ jobs:
       script: ./tools/travis_controller.sh compile
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
       name: compile - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       jdk: "openjdk11"
       stage: test
       script: ./tools/travis_controller.sh core
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
       name: core - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       jdk: "openjdk11"
       script: ./tools/travis_controller.sh python
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
       name: python - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       jdk: "openjdk11"
       script: ./tools/travis_controller.sh libraries
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
       name: libraries - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       jdk: "openjdk11"
       script: ./tools/travis_controller.sh blink_planner
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
@@ -283,17 +283,17 @@ jobs:
       script: ./tools/travis_controller.sh connectors
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
       name: connectors - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       jdk: "openjdk11"
       script: ./tools/travis_controller.sh kafka/gelly
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
       name: kafka/gelly - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       jdk: "openjdk11"
       script: ./tools/travis_controller.sh tests
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
       name: tests - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       jdk: "openjdk11"
       script: ./tools/travis_controller.sh misc
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
@@ -406,22 +406,22 @@ jobs:
     - if: type in (pull_request, push)
       stage: test
       jdk: "openjdk11"
-      env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics"
-      script: ./tools/travis/nightly.sh split_misc.sh
+      env: PROFILE="-Dinclude-kinesis -Djdk11 -De2e-metrics"
+      script: ./tools/travis/nightly.sh split_misc_hadoopfree.sh
       name: misc - jdk11
-    - if: type in (pull_request, push)
+    - if: type = cron
       env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_ha.sh
       name: ha - jdk11
-    - if: type in (pull_request, push)
+    - if: type = cron
       env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_sticky.sh
       name: sticky - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_checkpoints.sh
       name: checkpoints - jdk 11
-    - if: type in (pull_request, push)
+    - if: type = cron
       env: PROFILE="-Dinclude-kinesis -Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
       script: ./tools/travis/nightly.sh split_heavy.sh
       name: heavy - jdk 11