This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d0f51158ad0 [chore](ci) run CI if file in fs_brokers/cdc_client
changed (#61491)
d0f51158ad0 is described below
commit d0f51158ad08433d1bd0380d79ffbf87a41c7d32
Author: Dongyang Li <[email protected]>
AuthorDate: Fri Mar 20 10:27:05 2026 +0800
[chore](ci) run CI if file in fs_brokers/cdc_client changed (#61491)
### What problem does this PR solve?
run CI if file in fs_brokers/cdc_client changed
---
regression-test/pipeline/common/github-utils.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/regression-test/pipeline/common/github-utils.sh
b/regression-test/pipeline/common/github-utils.sh
index c7c9b33ca72..4b21493bf7c 100644
--- a/regression-test/pipeline/common/github-utils.sh
+++ b/regression-test/pipeline/common/github-utils.sh
@@ -308,6 +308,7 @@ file_changed_cloud_p0() {
[[ "${af}" == 'docker/thirdparties'* ]] ||
[[ "${af}" == 'fe'* ]] ||
[[ "${af}" == 'fe_plugins'* ]] ||
+ [[ "${af}" == 'fs_brokers/cdc_client'* ]] ||
[[ "${af}" == 'gensrc'* ]] ||
[[ "${af}" == 'regression-test'* ]] ||
[[ "${af}" == 'thirdparty'* ]] ||
@@ -340,6 +341,7 @@ file_changed_regression_p0() {
[[ "${af}" == 'docker/thirdparties'* ]] ||
[[ "${af}" == 'fe'* ]] ||
[[ "${af}" == 'fe_plugins'* ]] ||
+ [[ "${af}" == 'fs_brokers/cdc_client'* ]] ||
[[ "${af}" == 'gensrc'* ]] ||
[[ "${af}" == 'regression-test'* ]] ||
[[ "${af}" == 'thirdparty'* ]] ||
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]