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

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


    from a35bfef  [FLINK-11902][rest] Do not wrap all exceptions in 
RestHandlerException
     new 5ef14a1  [FLINK-11786][travis] Simplify stage selection
     new a933a7c  [FLINK-11786][travis] Run main profile only on pr/push
     new 17509d8  [FLINK-11786][travis] Merge cron jobs
     new 5ba2c3f  [FLINK-11786][travis] Setup notifications

The 15348 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                                        | 63 ++++++++++++++---
 tools/travis/nightly.sh                            | 82 ++++++++++++++++++++++
 tools/travis/splits/split_checkpoints.sh           | 78 ++++++++++++++++++++
 .../travis/splits/split_container.sh               | 29 +++-----
 tools/travis/splits/split_ha.sh                    | 59 ++++++++++++++++
 .../travis/splits/split_heavy.sh                   | 31 +++-----
 tools/travis/splits/split_misc.sh                  | 77 ++++++++++++++++++++
 tools/travis/splits/split_misc_hadoopfree.sh       | 71 +++++++++++++++++++
 .../travis/splits/split_sticky.sh                  | 32 ++++-----
 tools/travis_controller.sh                         | 44 ++----------
 10 files changed, 455 insertions(+), 111 deletions(-)
 create mode 100755 tools/travis/nightly.sh
 create mode 100755 tools/travis/splits/split_checkpoints.sh
 copy flink-end-to-end-tests/run-single-test.sh => 
tools/travis/splits/split_container.sh (64%)
 create mode 100755 tools/travis/splits/split_ha.sh
 copy flink-end-to-end-tests/run-single-test.sh => 
tools/travis/splits/split_heavy.sh (61%)
 create mode 100755 tools/travis/splits/split_misc.sh
 create mode 100755 tools/travis/splits/split_misc_hadoopfree.sh
 copy flink-end-to-end-tests/run-single-test.sh => 
tools/travis/splits/split_sticky.sh (55%)

Reply via email to