This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-6 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 0fe8c7c42a47e5377ac6c6dce6e5122df0695c6b Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Thu Nov 14 14:42:36 2024 +0800 [chore](ci) trigger ut if dir gensrc changed The types in gensrc/build/gen_cpp/Status_types.h and be/src/common/status.h should correspond to each other one by one. --- regression-test/pipeline/common/github-utils.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression-test/pipeline/common/github-utils.sh b/regression-test/pipeline/common/github-utils.sh index 079101b35b9..6e232154072 100644 --- a/regression-test/pipeline/common/github-utils.sh +++ b/regression-test/pipeline/common/github-utils.sh @@ -245,6 +245,7 @@ file_changed_fe_ut() { if [[ -z ${all_files} ]]; then echo "return need" && return 0; fi for af in ${all_files}; do if [[ "${af}" == 'fe'* ]] || + [[ "${af}" == 'gensrc'* ]] || [[ "${af}" == 'fe_plugins'* ]] || [[ "${af}" == 'bin/start_fe.sh' ]] || [[ "${af}" == 'docs/zh-CN/docs/sql-manual/'* ]] || @@ -262,6 +263,7 @@ file_changed_be_ut() { if [[ -z ${all_files} ]]; then echo "return need" && return 0; fi for af in ${all_files}; do if [[ "${af}" == 'be'* ]] || + [[ "${af}" == 'gensrc'* ]] || [[ "${af}" == 'common/cpp'* ]] || [[ "${af}" == 'contrib'* ]] || [[ "${af}" == 'thirdparty'* ]] || @@ -281,6 +283,7 @@ file_changed_cloud_ut() { if [[ -z ${all_files} ]]; then echo "return need" && return 0; fi for af in ${all_files}; do if [[ "${af}" == 'cloud/src/'* ]] || + [[ "${af}" == 'gensrc'* ]] || [[ "${af}" == 'common/cpp'* ]] || [[ "${af}" == 'cloud/test/'* ]]; then echo "cloud-ut related file changed, return need" && return 0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org