This is an automated email from the ASF dual-hosted git repository.
hello-stephen 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 36da226bd4b [chore](regression) Enable branch-4.2 buildall trigger
(#67744)
36da226bd4b is described below
commit 36da226bd4bbd6f81238b13f88cf13a7783e5828
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Sep 14 17:03:15 2026 +0800
[chore](regression) Enable branch-4.2 buildall trigger (#67744)
Related PR: #67745
Problem Summary: The issue-comment GitHub Action runs from the default
branch and sources `regression-test/pipeline/common/teamcity-utils.sh`
from `master`. Add `branch-4.2` to the supported target-branch matrix so
`run buildall` can route branch-4.2 pull requests to the available
TeamCity pipelines. The matrix matches `branch-4.1` and intentionally
excludes ARM and Performance. Existing branch mappings are unchanged.
---
regression-test/pipeline/common/teamcity-utils.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/pipeline/common/teamcity-utils.sh
b/regression-test/pipeline/common/teamcity-utils.sh
index e5cc519d442..90c8749527a 100644
--- a/regression-test/pipeline/common/teamcity-utils.sh
+++ b/regression-test/pipeline/common/teamcity-utils.sh
@@ -26,6 +26,7 @@
declare -A targetBranch_to_pipelines
targetBranch_to_pipelines=(
['master']='feut beut cloudut compile p0 p1 external performance cloud_p0
cloud_p1 vault_p0 nonConcurrent check_coverage check_coverage_fe'
+ ['branch-4.2']='feut beut cloudut compile p0 p1 external cloud_p0 cloud_p1
vault_p0 nonConcurrent check_coverage check_coverage_fe'
['branch-4.1']='feut beut cloudut compile p0 p1 external cloud_p0 cloud_p1
vault_p0 nonConcurrent check_coverage check_coverage_fe'
['branch-4.0']='feut beut cloudut compile p0 p1 external cloud_p0 cloud_p1
vault_p0 nonConcurrent check_coverage check_coverage_fe'
['branch-3.1']='feut beut cloudut compile p0 p1 external cloud_p0 cloud_p1
vault_p0 nonConcurrent check_coverage check_coverage_fe'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]