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

morningman 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 163d4de6eea [build](ci) modify the required checks for branch-2.1 
(#36074)
163d4de6eea is described below

commit 163d4de6eea2f30b180198ac869f44cc90462c4f
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Sun Jun 9 14:17:08 2024 +0800

    [build](ci) modify the required checks for branch-2.1 (#36074)
    
    Add Compile, FE UT and external p0 as required checks
    TODO
    BE UT and p0
---
 .asf.yaml | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5c46380b3c9..57b0ae886fa 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -93,17 +93,11 @@ github:
           - ShellCheck
           - Build Third Party Libraries (Linux)
           - Build Third Party Libraries (macOS)
-        checks:
-          - context: COMPILE (DORIS_COMPILE)
-            app_id: -1
-          - context: P0 Regression (Doris Regression)
-            app_id: -1
-          - context: External Regression (Doris External Regression)
-            app_id: -1
-          - context: FE UT (Doris FE UT)
-            app_id: -1
-          - context: BE UT (Doris BE UT)
-            app_id: -1
+          - COMPILE (DORIS_COMPILE)
+          - External Regression (Doris External Regression)
+          - FE UT (Doris FE UT)
+          #- BE UT (Doris BE UT)
+          #- P0 Regression (Doris Regression)
 
         required_pull_request_reviews:
           dismiss_stale_reviews: true


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

Reply via email to