This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 9c273fc1e2 [Feature] [Github CI] connector-kafka-e2e ,
connector-rocketmq-e2e module runs repeatedly #7090 (#7091)
9c273fc1e2 is described below
commit 9c273fc1e2fbc55a40c9b603343963ef7f474a9b
Author: hawk9821 <[email protected]>
AuthorDate: Tue Jul 2 10:30:06 2024 +0800
[Feature] [Github CI] connector-kafka-e2e , connector-rocketmq-e2e module
runs repeatedly #7090 (#7091)
---
tools/update_modules_check/update_modules_check.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/update_modules_check/update_modules_check.py
b/tools/update_modules_check/update_modules_check.py
index d27605e579..84a6f5cd43 100644
--- a/tools/update_modules_check/update_modules_check.py
+++ b/tools/update_modules_check/update_modules_check.py
@@ -169,6 +169,10 @@ def get_sub_update_it_modules(modules, total_num,
current_num):
module_list.remove("connector-kudu-e2e")
if "connector-amazonsqs-e2e" in module_list:
module_list.remove("connector-amazonsqs-e2e")
+ if "connector-kafka-e2e" in module_list:
+ module_list.remove("connector-kafka-e2e")
+ if "connector-rocketmq-e2e" in module_list:
+ module_list.remove("connector-rocketmq-e2e")
if "seatunnel-engine-k8s-e2e" in module_list:
module_list.remove("seatunnel-engine-k8s-e2e")
if "connector-doris-e2e" in module_list: