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

yux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a65ad04d [ci] Fix constant nightly CI pipeline failure (#4354)
1a65ad04d is described below

commit 1a65ad04dd1e655713f5bf5a2285ef2e271b4b3e
Author: yuxiqian <[email protected]>
AuthorDate: Mon Mar 30 14:13:41 2026 +0800

    [ci] Fix constant nightly CI pipeline failure (#4354)
---
 .github/workflows/flink_cdc_ci_nightly.yml | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/flink_cdc_ci_nightly.yml 
b/.github/workflows/flink_cdc_ci_nightly.yml
index 5b01fc62c..fa1fa0f8e 100644
--- a/.github/workflows/flink_cdc_ci_nightly.yml
+++ b/.github/workflows/flink_cdc_ci_nightly.yml
@@ -62,7 +62,7 @@ jobs:
       java-versions: "[17]"
       flink-versions: "['2.2.0']"
       custom-maven-parameter: "-Pflink2"
-      modules: "['core_2.x']"
+      modules: "['core']"
   pipeline-ut:
     if: github.repository == 'apache/flink-cdc'
     name: Pipeline Unit Tests
@@ -70,6 +70,15 @@ jobs:
     with:
       java-versions: "[17]"
       modules: "['doris, elasticsearch, fluss, hudi, iceberg, kafka, 
maxcompute, mysql-pipeline, oceanbase-pipeline, paimon, postgres-pipeline, 
starrocks, oracle-pipeline']"
+  pipeline-connectors-ut-2-x:
+    if: github.repository == 'apache/flink-cdc'
+    name: Pipeline Connectors Unit Tests 2.x
+    uses: ./.github/workflows/flink_cdc_base.yml
+    with:
+      java-versions: "[17]"
+      flink-versions: "['2.2.0']"
+      custom-maven-parameter: "-Pflink2"
+      modules: "['doris, elasticsearch, fluss, iceberg, kafka, maxcompute, 
mysql-pipeline, oceanbase-pipeline, paimon, postgres-pipeline, starrocks, 
oracle-pipeline']"
   source-ut:
     if: github.repository == 'apache/flink-cdc'
     name: Source Unit Tests
@@ -77,6 +86,15 @@ jobs:
     with:
       java-versions: "[17]"
       modules: "['mysql-source', 'postgres-source, oceanbase-source, tidb, 
vitess', 'oracle, sqlserver', 'db2, mongodb']"
+  source-ut-2-x:
+    if: github.repository == 'apache/flink-cdc'
+    name: Source Unit Tests 2.x
+    uses: ./.github/workflows/flink_cdc_base.yml
+    with:
+      java-versions: "[17]"
+      flink-versions: "['2.2.0']"
+      custom-maven-parameter: "-Pflink2"
+      modules: "['mysql-source', 'postgres-source, oceanbase-source, tidb, 
vitess', 'oracle, sqlserver', 'db2, mongodb']"
   pipeline_e2e:
     if: github.repository == 'apache/flink-cdc'
     strategy:
@@ -88,7 +106,7 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[17]"
-      flink-versions: "['1.19.3', '1.20.3']"
+      flink-versions: "['1.20.3']"
       modules: "['pipeline_e2e']"
       parallelism: ${{ matrix.parallelism }}
   pipeline_e2e_2_x:
@@ -102,9 +120,9 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[17]"
-      custom-maven-parameter: "-Pflink2"
       flink-versions: "['2.2.0']"
-      modules: "['pipeline_e2e_2.x']"
+      custom-maven-parameter: "-Pflink2"
+      modules: "['pipeline_e2e']"
       parallelism: ${{ matrix.parallelism }}
   source_e2e:
     if: github.repository == 'apache/flink-cdc'
@@ -112,5 +130,5 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[17]"
-      flink-versions: "['1.19.3', '1.20.3']"
+      flink-versions: "['1.20.3']"
       modules: "['source_e2e']"

Reply via email to