File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,13 @@ e2e-tests:
3939 - flink-cdc-e2e-tests/**/*
4040migration-tests :
4141 - flink-cdc-migration-tests/**/*
42+ add-ons :
43+ - flink-cdc-pipeline-model/**/*
44+ - flink-cdc-pipeline-udf-examples/**/*
4245base :
4346 - flink-cdc-connect/flink-cdc-source-connectors/flink-cdc-base/**/*
4447debezium :
45- - flink-cdc-connect/flink-cdc-source-connectors/flink-cdc -debezium/**/*
48+ - flink-cdc-connect/flink-cdc-source-connectors/flink-connector -debezium/**/*
4649connector-test-util :
4750 - flink-cdc-connect/flink-cdc-source-connectors/flink-connector-test-util/**/*
4851db2-cdc-connector :
@@ -86,3 +89,7 @@ starrocks-pipeline-connector:
8689 - flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-starrocks/**/*
8790elasticsearch-pipeline-connector :
8891 - 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:
4141 close-issue-message : >
4242 This issue has been closed because Flink CDC doesn't use GitHub issue trackers.
4343 # 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
4646 stale-pr-message : >
4747 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.
4949 close-pr-message : >
5050 This pull request has been closed because it has not had recent activity. You could reopen it
5151 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 1616name : Flink CDC CI Nightly
1717on :
1818 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
2020 workflow_dispatch :
2121
2222concurrency :
You can’t perform that action at this time.
0 commit comments