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

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

commit 52c78ede9c3f9299672872d13797a0d68390c4db
Author: Dawid Wysakowicz <dwysakow...@apache.org>
AuthorDate: Wed Sep 29 09:47:19 2021 +0200

    Run tests against 1.14.0
---
 testing/run_travis_tests.sh | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index 53d6ab5..5e1b04c 100755
--- a/testing/run_travis_tests.sh
+++ b/testing/run_travis_tests.sh
@@ -11,12 +11,9 @@ fi
 
 BRANCH="$TRAVIS_BRANCH"
 
-test_docker_entrypoint
-
-./add-custom.sh -u 
"https://s3.amazonaws.com/flink-nightly/flink-1.14-SNAPSHOT-bin-scala_2.11.tgz"; 
-n test-java8
+./add-version.sh -r 1.14 -f 1.14.0
 
-# test Flink with Java11 image as well
-./add-custom.sh -u 
"https://s3.amazonaws.com/flink-nightly/flink-1.14-SNAPSHOT-bin-scala_2.11.tgz"; 
-j 11 -n test-java11
+test_docker_entrypoint
 
 smoke_test_all_images
 smoke_test_one_image_non_root

Reply via email to