forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae0f2f5
commit 52e4667
Showing
1 changed file
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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". | ||
|
@@ -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) | ||
|
@@ -109,13 +132,13 @@ github: | |
- LemonLiTree | ||
- Yukang-Lian | ||
- TangSiyang2001 | ||
- platoneko | ||
- Lchangliang | ||
- freemandealer | ||
- nanfeng1999 | ||
- gitccl | ||
- shuke987 | ||
- wm1581066 | ||
- KassieZ | ||
- yujun777 | ||
- gavinchou | ||
|
||
notifications: | ||
pullrequests_status: [email protected] | ||
|