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/05/09 12:31:51 UTC

[flink] 07/15: plus

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

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

commit fe932c03f2feac29f75a0ce6b8db9a5d3e4b8c8d
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu May 2 11:20:32 2019 +0200

    plus
---
 .travis.yml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 52c0788..87bda64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ stages:
     if: type = push
   - name: cleanup
 
-jdk: "oraclejdk8"
+jdk: "openjdk9"
 jobs:
   include:
     # JDK9 profile
@@ -104,15 +104,8 @@ jobs:
       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 = push
-      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
+      name: misc - jdk 9
     # E2E profile
-    - stage: E2E
     - env: PROFILE="-De2e-metrics -Dinclude-kinesis -Djdk9"
       script: ./tools/travis/nightly.sh split_misc_hadoopfree.sh
       name: misc