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

commit 119ab9e5e3bbe6af31be919bab5c05cdc3f895ed
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Apr 26 11:47:56 2022 +0200

    [hotfix] Update branch to 1.16
---
 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 464c822..7538161 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.15-SNAPSHOT-bin-scala_2.12.tgz"; 
-j 8 -n test-java8
+./add-custom.sh -u 
"https://s3.amazonaws.com/flink-nightly/flink-1.16-SNAPSHOT-bin-scala_2.12.tgz"; 
-j 8 -n test-java8
 
 # test Flink with Java11 image as well
-./add-custom.sh -u 
"https://s3.amazonaws.com/flink-nightly/flink-1.15-SNAPSHOT-bin-scala_2.12.tgz"; 
-j 11 -n test-java11
+./add-custom.sh -u 
"https://s3.amazonaws.com/flink-nightly/flink-1.16-SNAPSHOT-bin-scala_2.12.tgz"; 
-j 11 -n test-java11
 
 smoke_test_all_images
 smoke_test_one_image_non_root

Reply via email to