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

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

commit 4d35e8b910e970a4dad6286f9c6a33c9dc91e69e
Author: Etienne Chauchot <echauc...@apache.org>
AuthorDate: Fri Mar 1 15:16:55 2024 +0100

    [hotfix] Fix: move back to weekly.yml naming
---
 .github/workflows/{nightly.yml => weekly.yml} | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/weekly.yml
similarity index 87%
rename from .github/workflows/nightly.yml
rename to .github/workflows/weekly.yml
index 5ed1995..7b37926 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/weekly.yml
@@ -16,7 +16,7 @@
 # limitations under the License.
 
################################################################################
 
-name: Nightly
+name: Weekly
 on:
   schedule:
     - cron: "0 0 * * 0"
@@ -26,24 +26,20 @@ jobs:
     if: github.repository_owner == 'apache'
     strategy:
       matrix:
+        # checks that released cassandra version works with ongoing flink 
iterations
+        # and that ongoing cassandra iteration works with released flink 
version
         flink_branches: [{
-          flink: 1.16-SNAPSHOT,
-          branch: main
-        }, {
-          flink: 1.17-SNAPSHOT,
-          branch: main
-        }, {
           flink: 1.18-SNAPSHOT,
-          branch: main
+          branch: v3.1
         }, {
-          flink: 1.16.2,
+          flink: 1.19-SNAPSHOT,
           branch: v3.1
         }, {
           flink: 1.17.1,
-          branch: v3.1
+          branch: main
         }, {
-          flink: 1.18-SNAPSHOT,
-          branch: v3.1
+          flink: 1.18.0,
+          branch: main
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:

Reply via email to