This is an automated email from the ASF dual-hosted git repository.
lincoln 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 bb53713 [FLINK-34282] Update dev-master point to 1.20 (#178)
bb53713 is described below
commit bb53713d836121839b96a2e2eeb97a7bd32d0407
Author: lincoln lee <[email protected]>
AuthorDate: Thu Feb 8 08:48:17 2024 +0800
[FLINK-34282] Update dev-master point to 1.20 (#178)
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a486206..6e45a73 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- name: "Build images"
run: |
- ./add-custom.sh -u
"https://s3.amazonaws.com/flink-nightly/flink-1.19-SNAPSHOT-bin-scala_2.12.tgz"
-j 8 -n test-java8
- ./add-custom.sh -u
"https://s3.amazonaws.com/flink-nightly/flink-1.19-SNAPSHOT-bin-scala_2.12.tgz"
-j 11 -n test-java11
+ ./add-custom.sh -u
"https://s3.amazonaws.com/flink-nightly/flink-1.20-SNAPSHOT-bin-scala_2.12.tgz"
-j 8 -n test-java8
+ ./add-custom.sh -u
"https://s3.amazonaws.com/flink-nightly/flink-1.20-SNAPSHOT-bin-scala_2.12.tgz"
-j 11 -n test-java11
- name: "Test images"
run: testing/run_tests.sh