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

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


    from 5ca8c22  [FLINK-17439] Fork dev-1.10 branch
     new 0b0d6f1  [hotfix] Remove diff generation
     new 9e96a9e  [FLINK-17164] Add job-cluster support

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:
 .gitignore                                         |  4 +-
 .travis.yml                                        |  7 +-
 docker-entrypoint.sh                               | 21 ++++--
 testing/docker-test-job/pom.xml                    | 75 ++++++++++++++++++++++
 .../main/java/org/apache/flink/StreamingJob.java   | 48 ++++++++++++++
 testing/run_travis_tests.sh                        |  8 ---
 testing/testing_lib.sh                             | 41 ++++++++++--
 7 files changed, 183 insertions(+), 21 deletions(-)
 create mode 100644 testing/docker-test-job/pom.xml
 create mode 100644 
testing/docker-test-job/src/main/java/org/apache/flink/StreamingJob.java

Reply via email to