This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch dev-1.15
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-1.15 by this push:
new 2bc9860 [FLINK-27413] Drop Scala 2.11 support
2bc9860 is described below
commit 2bc9860458062699e5980859a386cfcf1b38009e
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue Apr 26 11:45:28 2022 +0200
[FLINK-27413] Drop Scala 2.11 support
---
add-version.sh | 2 +-
testing/run_travis_tests.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/add-version.sh b/add-version.sh
index 4b67eea..cd45334 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -58,7 +58,7 @@ if [[ ! "$flink_version" =~ ^$flink_release\.+ ]]; then
fi
# Defaults, can vary between versions
-scala_versions=( 2.11 2.12 )
+scala_versions=( 2.12 )
java_versions=( 8 11 )
gpg_key=
diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index 83be81b..464c822 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.11.tgz"
-j 8 -n test-java8
+./add-custom.sh -u
"https://s3.amazonaws.com/flink-nightly/flink-1.15-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.11.tgz"
-j 11 -n test-java11
+./add-custom.sh -u
"https://s3.amazonaws.com/flink-nightly/flink-1.15-SNAPSHOT-bin-scala_2.12.tgz"
-j 11 -n test-java11
smoke_test_all_images
smoke_test_one_image_non_root