This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new e72309e1c08 [fix](trigger) fix pipeline bug that does not trigger
Doris_Performance_Clickbench_ClickbenchNew #25827 (#26219)
e72309e1c08 is described below
commit e72309e1c086f107cc4d708ec85475d8a07b8cab
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Nov 1 16:43:32 2023 +0800
[fix](trigger) fix pipeline bug that does not trigger
Doris_Performance_Clickbench_ClickbenchNew #25827 (#26219)
---
.github/workflows/auto_trigger_teamcity.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/auto_trigger_teamcity.yml
b/.github/workflows/auto_trigger_teamcity.yml
index 9ffd5a8b924..aaebafe75d5 100644
--- a/.github/workflows/auto_trigger_teamcity.yml
+++ b/.github/workflows/auto_trigger_teamcity.yml
@@ -95,6 +95,7 @@ jobs:
for pipeline in ${trigger_pipelines}
do
+ same_build_sign="false"
echo
"-----------------------------------------------------------------"
running_builds_command="curl -s -X GET
${teamcity_url}/app/rest/builds\?locator\=buildType\:${pipeline}\,branch:pull/${pull_request_num}\,running:true"
echo "${running_builds_command}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]