Skip to content

Commit

Permalink
[Feature] [Github CI] connector-kafka-e2e , connector-rocketmq-e2e mo…
Browse files Browse the repository at this point in the history
…dule runs repeatedly apache#7090 (apache#7091)
  • Loading branch information
hawk9821 authored and chaorongzhi committed Aug 21, 2024
1 parent b857374 commit 7fe97be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/update_modules_check/update_modules_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fe97be

Please sign in to comment.