This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 ccd6e073d85 [fix](ci) trigger cloud_p0 if file cloud/CMakeLists.txt
changed (#41141)
ccd6e073d85 is described below
commit ccd6e073d8512d6a2767fe28053a0d7e4d2d115c
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Sep 23 17:02:13 2024 +0800
[fix](ci) trigger cloud_p0 if file cloud/CMakeLists.txt changed (#41141)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
Co-authored-by: stephen <[email protected]>
---
regression-test/pipeline/common/github-utils.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/pipeline/common/github-utils.sh
b/regression-test/pipeline/common/github-utils.sh
index 4f44870bb21..242b77b832d 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}" == 'build.sh' ]] ||
[[ "${af}" == 'env.sh' ]] ||
[[ "${af}" == 'run-regression-test.sh' ]] ||
+ [[ "${af}" == 'cloud/CMakeLists.txt' ]] ||
[[ "${af}" == 'cloud/src/'* ]] ||
[[ "${af}" == 'cloud/cmake/'* ]] ||
[[ "${af}" == 'cloud/test/'* ]]; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]