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/08/02 13:19:54 UTC

[flink] branch s3_test2 updated: remove uninteresting tests

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

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


The following commit(s) were added to refs/heads/s3_test2 by this push:
     new f1e9895  remove uninteresting tests
f1e9895 is described below

commit f1e9895164d1339b905afc358aff131f9c4a848b
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Aug 2 15:19:43 2019 +0200

    remove uninteresting tests
---
 .travis.yml | 260 ------------------------------------------------------------
 1 file changed, 260 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f114152..1d630a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,279 +72,19 @@ stages:
 jdk: "openjdk8"
 jobs:
   include:
-    # main profile
-    - if: type in (pull_request, push)
-      stage: compile
-      script: ./tools/travis_controller.sh compile
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: compile
-    - if: type in (pull_request, push)
-      stage: test
-      script: ./tools/travis_controller.sh core
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: core
-    - if: type in (pull_request, push)
-      script: ./tools/travis_controller.sh python
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: python
-    - if: type in (pull_request, push)
-      script: ./tools/travis_controller.sh libraries
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: libraries
-    - if: type in (pull_request, push)
-      script: ./tools/travis_controller.sh blink_planner
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: blink_planner
-    - if: type in (pull_request, push)
-      script: ./tools/travis_controller.sh connectors
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: connectors
-    - if: type in (pull_request, push)
-      script: ./tools/travis_controller.sh kafka/gelly
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: kafka/gelly
-    - if: type in (pull_request, push)
-      script: ./tools/travis_controller.sh tests
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: tests
-    - if: type in (pull_request, push)
-      script: ./tools/travis_controller.sh misc
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: misc
-    - if: type in (pull_request, push)
-      stage: cleanup
-      script: ./tools/travis_controller.sh cleanup
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11"
-      name: cleanup
-    # hadoop 2.4.1 profile
-    - if: type = cron
-      stage: compile
-      script: ./tools/travis_controller.sh compile
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: compile - hadoop 2.4.1
-    - if: type = cron
-      stage: test
-      script: ./tools/travis_controller.sh core
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: core - hadoop 2.4.1
-    - if: type = cron
-      script: ./tools/travis_controller.sh libraries
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: libraries - hadoop 2.4.1
-    - if: type = cron
-      script: ./tools/travis_controller.sh blink_planner
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: blink_planner - hadoop 2.4.1
-    - if: type = cron
-      script: ./tools/travis_controller.sh connectors
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: connectors - hadoop 2.4.1
-    - if: type = cron
-      script: ./tools/travis_controller.sh kafka/gelly
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: kafka/gelly - hadoop 2.4.1
-    - if: type = cron
-      script: ./tools/travis_controller.sh tests
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: tests - hadoop 2.4.1
-    - if: type = cron
-      script: ./tools/travis_controller.sh misc
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: misc - hadoop 2.4.1
-    - if: type = cron
-      stage: cleanup
-      script: ./tools/travis_controller.sh cleanup
-      env: PROFILE="-Dhadoop.version=2.4.1 -Pinclude-kinesis -Pskip-hive-tests"
-      name: cleanup - hadoop 2.4.1
-    # scala 2.12 profile
-    - if: type = cron
-      stage: compile
-      script: ./tools/travis_controller.sh compile
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: compile - scala 2.12
-    - if: type = cron
-      stage: test
-      script: ./tools/travis_controller.sh core
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: core - scala 2.12
-    - if: type = cron
-      script: ./tools/travis_controller.sh libraries
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: libraries - scala 2.12
-    - if: type = cron
-      script: ./tools/travis_controller.sh blink_planner
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: blink_planner - scala 2.12
-    - if: type = cron
-      script: ./tools/travis_controller.sh connectors
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: connectors - scala 2.12
-    - if: type = cron
-      script: ./tools/travis_controller.sh kafka/gelly
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: kafka/gelly - scala 2.12
-    - if: type = cron
-      script: ./tools/travis_controller.sh tests
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: tests - scala 2.12
-    - if: type = cron
-      script: ./tools/travis_controller.sh misc
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: misc - scala 2.12
-    - if: type = cron
-      stage: cleanup
-      script: ./tools/travis_controller.sh cleanup
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
-      name: cleanup - scala 2.12
-    # JDK9 profile
-    - if: type = cron
-      jdk: "openjdk9"
-      stage: compile
-      script: ./tools/travis_controller.sh compile
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: compile - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      stage: test
-      script: ./tools/travis_controller.sh core
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: core - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      script: ./tools/travis_controller.sh python
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: python - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      script: ./tools/travis_controller.sh libraries
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: libraries - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      script: ./tools/travis_controller.sh blink_planner
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: blink_planner - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      script: ./tools/travis_controller.sh connectors
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: connectors - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      script: ./tools/travis_controller.sh kafka/gelly
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: kafka/gelly - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      script: ./tools/travis_controller.sh tests
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: tests - jdk 9
-    - if: type = cron
-      jdk: "openjdk9"
-      script: ./tools/travis_controller.sh misc
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: misc
-    - if: type = cron
-      jdk: "openjdk9"
-      stage: cleanup
-      script: ./tools/travis_controller.sh cleanup
-      env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis -Dinclude_hadoop_aws -Dscala-2.11 -Djdk9"
-      name: cleanup - jdk 9
-    # Documentation 404 check
-    - if: type = cron
-      stage: test
-      script: ./tools/travis/docs.sh
-      language: ruby
-      rvm: 2.4.0
-      name: Documentation links check
     # E2E profiles - Hadoop 2.8
     - if: type = cron
       stage: test
       env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics -Dinclude-kinesis"
       script: ./tools/travis/nightly.sh split_misc.sh
       name: misc - hadoop 2.8
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_ha.sh
-      name: ha - hadoop 2.8
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_sticky.sh
-      name: sticky - hadoop 2.8
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_checkpoints.sh
-      name: checkpoints - hadoop 2.8
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_container.sh
-      name: container - hadoop 2.8
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_heavy.sh
-      name: heavy - hadoop 2.8
       # E2E profiles - Scala 2.12
     - if: type = cron
       env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -De2e-metrics -Dinclude-kinesis"
       script: ./tools/travis/nightly.sh split_misc.sh
       name: misc - scala 2.12
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_ha.sh
-      name: ha - scala 2.12
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_sticky.sh
-      name: sticky - scala 2.12
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_checkpoints.sh
-      name: checkpoints - scala 2.12
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_container.sh
-      name: container - scala 2.12
-    - if: type = cron
-      env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_heavy.sh
-      name: heavy - scala 2.12
       # E2E profiles - Hadoop-free
     - if: type = cron
       env: PROFILE="-De2e-metrics -Dinclude-kinesis"
       script: ./tools/travis/nightly.sh split_misc_hadoopfree.sh
       name: misc
-    - if: type = cron
-      env: PROFILE="-Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_ha.sh
-      name: ha
-    - if: type = cron
-      env: PROFILE="-Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_sticky.sh
-      name: sticky
-    - if: type = cron
-      env: PROFILE="-Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_checkpoints.sh
-      name: checkpoints
-    - if: type = cron
-      env: PROFILE="-Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_container.sh
-      name: container
-    - if: type = cron
-      env: PROFILE="-Dinclude-kinesis"
-      script: ./tools/travis/nightly.sh split_heavy.sh
-      name: heavy
-    - # E2E profiles - Java 9
-    - if: type = cron
-      stage: test
-      jdk: "openjdk9"
-      env: PROFILE="-De2e-metrics -Dinclude-kinesis -Djdk9"
-      script: ./tools/travis/nightly.sh split_ha.sh
-      name: ha - jdk9
-    - if: type = cron
-      env: PROFILE="-Dinclude-kinesis -Djdk9"
-      script: ./tools/travis/nightly.sh split_sticky.sh
-      name: sticky - jdk 9
-    - if: type = cron
-      env: PROFILE="-Dinclude-kinesis -Djdk9"
-      script: ./tools/travis/nightly.sh split_checkpoints.sh
-      name: checkpoints - jdk 9