This is an automated email from the ASF dual-hosted git repository.

kxiao 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 bcdd5004269 [pipeline](branch-2.0) pr to branch-2.0 also require to 
run regressio… (#25942)
bcdd5004269 is described below

commit bcdd5004269e1b58fdf13d9470e448b9b259bb03
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Fri Oct 27 23:18:25 2023 +0800

    [pipeline](branch-2.0) pr to branch-2.0 also require to run regressio… 
(#25942)
---
 .asf.yaml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index dcb21dfff00..ecef7722ff5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -79,6 +79,33 @@ github:
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         required_approving_review_count: 1
+
+    branch-2.0:
+      required_status_checks:
+      # if strict is true, means "Require branches to be up to date before 
merging".
+        strict: false
+        contexts:
+          - License Check
+          - Clang Formatter
+          - CheckStyle
+          - P0 Regression (Doris Regression)
+          - P0 Regression PipelineX (Doris Regression)
+          - P1 Regression (Doris Regression)
+          - External Regression (Doris External Regression)
+          - FE UT (Doris FE UT)
+          - BE UT (Doris BE UT)
+          - Build Broker
+          - Build Documents
+          - ShellCheck
+          - clickbench-new (clickbench)
+          - Build Third Party Libraries (Linux)
+          - Build Third Party Libraries (macOS)
+          - COMPILE (DORIS_COMPILE)
+
+        required_pull_request_reviews:
+          dismiss_stale_reviews: true
+          required_approving_review_count: 1
+
   collaborators:
     - LemonLiTree
     - Yukang-Lian


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to