This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git.
from a1a8647 [FLINK-11972] [docs] Add necessary notes about running
streaming bucketing end-to-end test in README
new 9049038 [FLINK-11786][travis] Simplify stage selection
new db817ff [FLINK-11786][travis] Run main profile only on pr/push
new 33be6c2 [FLINK-11786][travis] Merge cron jobs
new ec5ba24 [FLINK-11786][travis] Setup notifications
The 16067 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 | 209 +++++++++++++++++++--
tools/{test_deploy_to_maven.sh => travis/docs.sh} | 17 +-
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/stage.sh | 66 ++++++-
tools/travis_controller.sh | 44 +----
tools/travis_mvn_watchdog.sh | 40 ++--
13 files changed, 692 insertions(+), 143 deletions(-)
copy tools/{test_deploy_to_maven.sh => travis/docs.sh} (83%)
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%)