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 9bec0f73b33 [chore](ci) adjust performance test (#57395)
9bec0f73b33 is described below
commit 9bec0f73b33e89c2691271f1bb4c167af2ba62cb
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Oct 28 16:17:08 2025 +0800
[chore](ci) adjust performance test (#57395)
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary: Only the master branch will auto-run the performance
test.
---
.asf.yaml | 2 --
.github/workflows/comment-to-trigger-teamcity.yml | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index b70d74feee0..6cd94f54a9e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -87,7 +87,6 @@ github:
- External Regression (Doris External Regression)
- cloud_p0 (Doris Cloud Regression)
- vault_p0 (Doris Cloud Regression)
- - performance (Doris Performance)
required_pull_request_reviews:
require_code_owner_reviews: true
required_approving_review_count: 1
@@ -110,7 +109,6 @@ github:
- External Regression (Doris External Regression)
- cloud_p0 (Doris Cloud Regression)
- vault_p0 (Doris Cloud Regression)
- - performance (Doris Performance)
required_pull_request_reviews:
require_code_owner_reviews: true
required_approving_review_count: 1
diff --git a/.github/workflows/comment-to-trigger-teamcity.yml
b/.github/workflows/comment-to-trigger-teamcity.yml
index 4016978472e..2d9ad8fd6b0 100644
--- a/.github/workflows/comment-to-trigger-teamcity.yml
+++ b/.github/workflows/comment-to-trigger-teamcity.yml
@@ -404,7 +404,7 @@ jobs:
"${{ steps.parse.outputs.COMMENT_REPEAT_TIMES }}"
- name: "Trigger or Skip performance"
- if: ${{ fromJSON(steps.parse.outputs.comment_trigger) &&
contains(fromJSON('["performance", "buildall"]'),
steps.parse.outputs.COMMENT_TRIGGER_TYPE) }}
+ if: ${{ fromJSON(steps.parse.outputs.comment_trigger) &&
contains(fromJSON('["performance"]'), steps.parse.outputs.COMMENT_TRIGGER_TYPE)
}}
run: |
source ./regression-test/pipeline/common/teamcity-utils.sh
set -x
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]