File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,13 @@ e2e-tests:
39
39
- flink-cdc-e2e-tests/**/*
40
40
migration-tests :
41
41
- flink-cdc-migration-tests/**/*
42
+ add-ons :
43
+ - flink-cdc-pipeline-model/**/*
44
+ - flink-cdc-pipeline-udf-examples/**/*
42
45
base :
43
46
- flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/**/*
44
47
debezium :
45
- - flink-cdc-connect/flink-cdc-source-connectors/flink-cdc -debezium/**/*
48
+ - flink-cdc-connect/flink-cdc-source-connectors/flink-connector -debezium/**/*
46
49
connector-test-util :
47
50
- flink-cdc-connect/flink-cdc-source-connectors/flink-connector-test-util/**/*
48
51
db2-cdc-connector :
@@ -86,3 +89,7 @@ starrocks-pipeline-connector:
86
89
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/**/*
87
90
elasticsearch-pipeline-connector :
88
91
- flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/**/*
92
+ oceanbase-pipeline-connector :
93
+ - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-oceanbase/**/*
94
+ maxcompute-pipeline-connector :
95
+ - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/**/*
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
41
41
close-issue-message : >
42
42
This issue has been closed because Flink CDC doesn't use GitHub issue trackers.
43
43
# Stale PRs
44
- days-before-pr-stale : 60
45
- days-before-pr-close : 30
44
+ days-before-pr-stale : 120
45
+ days-before-pr-close : 60
46
46
stale-pr-message : >
47
47
This pull request has been automatically marked as stale because it has not had recent
48
- activity for 60 days. It will be closed in 30 days if no further activity occurs.
48
+ activity for 120 days. It will be closed in 60 days if no further activity occurs.
49
49
close-pr-message : >
50
50
This pull request has been closed because it has not had recent activity. You could reopen it
51
51
if you try to continue your work, and anyone who are interested in it are encouraged to continue
Original file line number Diff line number Diff line change 16
16
name : Flink CDC CI Nightly
17
17
on :
18
18
schedule :
19
- - cron : ' 0 0 * * *' # Deploy every day
19
+ - cron : ' 43 0 * * *' # Run daily, but not at 00:00 UTC to avoid job failure due to network throttle
20
20
workflow_dispatch :
21
21
22
22
concurrency :
You can’t perform that action at this time.
0 commit comments