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 339ca78  [hotfix][table] Introduced UnresolvedFieldReferenceExpression 
& FieldReferenceExpression expressions
     new 7f66eb5  [FLINK-11786][travis] Simplify stage selection
     new 1c65dcf  [FLINK-11786][travis] Run main profile only on pr/push
     new a5d64e6  [FLINK-11786][travis] Merge cron jobs
     new 9ffd931  [FLINK-11786][travis] Setup notifications

The 16154 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%)

Reply via email to