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

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


The following commit(s) were added to refs/heads/release-1.8 by this push:
     new 20a10d2  [hotfix][travis] Remove jdk9/docs cron jobs
20a10d2 is described below

commit 20a10d205546539839755b3219b392b0d1511a61
Author: zentol <[email protected]>
AuthorDate: Thu Mar 21 10:51:05 2019 +0100

    [hotfix][travis] Remove jdk9/docs cron jobs
---
 .travis.yml | 46 ----------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7f3d9da..3aafcf7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -174,52 +174,6 @@ jobs:
       script: ./tools/travis_controller.sh cleanup
       env: PROFILE="-Dhadoop.version=2.8.3 -Pinclude-kinesis 
-Dinclude_hadoop_aws -Dscala-2.112"
       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 -Djapicmp.skip=true"
-      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 -Djapicmp.skip=true"
-      name: core - 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 -Djapicmp.skip=true"
-      name: libraries - 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 -Djapicmp.skip=true"
-      name: connectors - 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 -Djapicmp.skip=true"
-      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 -Djapicmp.skip=true"
-      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 -Djapicmp.skip=true"
-      name: cleanup - jdk 9
-    # Documentation 404 check
-    - if: type = cron
-      stage: compile
-      script: ./tools/travis/docs.sh
-      language: ruby
-      rvm: 2.4.0
-      name: Documentation links check
     # E2E profile
     - stage: E2E
       env: PROFILE="-Pinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics"

Reply via email to