Skip to content

Commit

Permalink
Update .asf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen authored Jun 5, 2024
1 parent ae0f2f5 commit 52e4667
Showing 1 changed file with 32 additions and 9 deletions.
41 changes: 32 additions & 9 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,20 @@ github:
- Clang Formatter
- CheckStyle
- P0 Regression (Doris Regression)
- P0 Regression PipelineX (Doris Regression)
- P1 Regression (Doris Regression)
- External Regression (Doris External Regression)
- cloud_p1 (Doris Cloud Regression)
- FE UT (Doris FE UT)
- BE UT (Doris BE UT)
- Build Broker
- Build Documents
- ShellCheck
- clickbench-new (clickbench)
- ShellCheck
- Build Third Party Libraries (Linux)
- Build Third Party Libraries (macOS)
- Build Third Party Libraries (macOS-arm64)
- COMPILE (DORIS_COMPILE)
- Need_2_Approval
- Cloud UT (Doris Cloud UT)
- performance (Doris Performance)

required_pull_request_reviews:
dismiss_stale_reviews: true
Expand All @@ -80,6 +81,30 @@ github:
dismiss_stale_reviews: true
required_approving_review_count: 1

branch-2.1:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
contexts:
- License Check
- Clang Formatter
- CheckStyle
- Build Broker
- 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

branch-2.0:
required_status_checks:
# if strict is true, means "Require branches to be up to date before merging".
Expand All @@ -94,9 +119,7 @@ github:
- 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)
Expand All @@ -109,13 +132,13 @@ github:
- LemonLiTree
- Yukang-Lian
- TangSiyang2001
- platoneko
- Lchangliang
- freemandealer
- nanfeng1999
- gitccl
- shuke987
- wm1581066
- KassieZ
- yujun777
- gavinchou

notifications:
pullrequests_status: [email protected]
Expand Down

0 comments on commit 52e4667

Please sign in to comment.