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/24 07:48:30 UTC

[flink] branch master updated (f4f4510 -> b046dd8)

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

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


    from f4f4510  [FLINK-12570][network] Work against ResultPartitionWriter interface
     new e078e57  [hotfix][travis] Run e2e tests in test stage
     new b046dd8  [hotfix][travis] Move 404 link check to test stage

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[flink] 01/02: [hotfix][travis] Run e2e tests in test stage

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e078e577cb2bcccd426cf02d18aa3cf3a779ee6a
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri May 24 09:47:45 2019 +0200

    [hotfix][travis] Run e2e tests in test stage
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index d0b6ec1..69ebc57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -225,6 +225,7 @@ jobs:
       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


[flink] 02/02: [hotfix][travis] Move 404 link check to test stage

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b046dd813fed295c296d7243af4f37b98b857f2f
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri May 24 09:48:15 2019 +0200

    [hotfix][travis] Move 404 link check to test stage
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 69ebc57..aa1e0b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -218,7 +218,7 @@ jobs:
       name: cleanup - jdk 9
     # Documentation 404 check
     - if: type = cron
-      stage: compile
+      stage: test
       script: ./tools/travis/docs.sh
       language: ruby
       rvm: 2.4.0