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

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kudu.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b82430  [hotfix] Remove non-existing branches for Weekly tests
2b82430 is described below

commit 2b82430280d347193d8ba26a844a3c4344365964
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Tue May 14 09:09:38 2024 +0200

    [hotfix] Remove non-existing branches for Weekly tests
---
 .github/workflows/weekly.yml | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index f3210c0..7b87f4d 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -30,9 +30,6 @@ jobs:
     strategy:
       matrix:
         flink_branches: [{
-          flink: 1.17-SNAPSHOT,
-          branch: main
-        }, {
           flink: 1.18-SNAPSHOT,
           jdk: '8, 11, 17',
           branch: main
@@ -41,18 +38,9 @@ jobs:
           jdk: '8, 11, 17, 21',
           branch: main
         }, {
-          flink: 1.17.2,
-          branch: v3.1
-        }, {
-          flink: 1.18.1,
-          jdk: '8, 11, 17',
-          branch: v3.1
-        }, {
-          flink: 1.17.2,
-          branch: v3.0
-        }, {
-          flink: 1.18.1,
-          branch: v3.0
+          flink: 1.20-SNAPSHOT,
+          jdk: '8, 11, 17, 21',
+          branch: main
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:

Reply via email to