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 2021/05/05 09:17:07 UTC

[flink-docker] branch dev-master updated: [FLINK-22550] Run tests against 1.14-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/dev-master by this push:
     new 6facb38  [FLINK-22550] Run tests against 1.14-SNAPSHOT
6facb38 is described below

commit 6facb38d0da864dc44e0989963ef0630421fa887
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed May 5 11:17:00 2021 +0200

    [FLINK-22550] Run tests against 1.14-SNAPSHOT
---
 testing/run_travis_tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index 04f093c..53d6ab5 100755
--- a/testing/run_travis_tests.sh
+++ b/testing/run_travis_tests.sh
@@ -13,10 +13,10 @@ BRANCH="$TRAVIS_BRANCH"
 
 test_docker_entrypoint
 
-./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.11-SNAPSHOT-bin-hadoop2.tgz" -n test-java8
+./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.14-SNAPSHOT-bin-scala_2.11.tgz" -n test-java8
 
 # test Flink with Java11 image as well
-./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.11-SNAPSHOT-bin-hadoop2.tgz" -j 11 -n test-java11
+./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.14-SNAPSHOT-bin-scala_2.11.tgz" -j 11 -n test-java11
 
 smoke_test_all_images
 smoke_test_one_image_non_root