This is an automated email from the ASF dual-hosted git repository. kunni pushed a commit to branch 2.x-connect-tmp-2 in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
commit 94e0a07db3b618ee4cdd269573efef62f139b6d9 Author: lvyanquan <[email protected]> AuthorDate: Wed Mar 18 16:35:10 2026 +0800 Remove pipeline_e2e for 1.19. --- .github/workflows/flink_cdc_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flink_cdc_ci.yml b/.github/workflows/flink_cdc_ci.yml index 10cbd7a58..18cf5b36d 100644 --- a/.github/workflows/flink_cdc_ci.yml +++ b/.github/workflows/flink_cdc_ci.yml @@ -84,7 +84,7 @@ jobs: java-versions: "[11]" flink-versions: "['2.2.0']" custom-maven-parameter: "-Pflink2" - modules: "['pipeline_connectors_2_x']" + modules: "['doris, elasticsearch, fluss, iceberg, kafka, maxcompute, mysql-pipeline, oceanbase-pipeline, paimon, postgres-pipeline, starrocks, oracle-pipeline']" source-ut: name: Source Unit Tests uses: ./.github/workflows/flink_cdc_base.yml
