From ccd6e073d8512d6a2767fe28053a0d7e4d2d115c Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Mon, 23 Sep 2024 17:02:13 +0800 Subject: [PATCH] [fix](ci) trigger cloud_p0 if file cloud/CMakeLists.txt changed (#41141) ## Proposed changes Issue Number: close #xxx Co-authored-by: stephen --- 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 4f44870bb21b0d..242b77b832d6c4 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