This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 26b8868c3af branch-4.1: [chore](ci) run CI if file in
fs_brokers/cdc_client changed #61491 (#61540)
26b8868c3af is described below
commit 26b8868c3afdff39fc3b0618f3032cb101140c3f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 20 14:28:58 2026 +0800
branch-4.1: [chore](ci) run CI if file in fs_brokers/cdc_client changed
#61491 (#61540)
Cherry-picked from #61491
Co-authored-by: Dongyang Li <[email protected]>
---
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 361eecd394c..6beb384296d 100644
--- a/regression-test/pipeline/common/github-utils.sh
+++ b/regression-test/pipeline/common/github-utils.sh
@@ -305,6 +305,7 @@ file_changed_cloud_p0() {
[[ "${af}" == 'contrib'* ]] ||
[[ "${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}" == 'contrib'* ]] ||
[[ "${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]