Skip to content

Commit

Permalink
[chore](ci) add branch-3.0 required checks (#39250)
Browse files Browse the repository at this point in the history
add required checks to accelerate the process of pipeline-related
problem fixing
  • Loading branch information
hello-stephen authored Aug 13, 2024
1 parent 86fb35a commit 7a3f3b6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,33 @@ github:
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_approving_review_count: 1

branch-3.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
- Build Broker
- ShellCheck
- Build Third Party Libraries (Linux)
- Build Third Party Libraries (macOS)
- Build Third Party Libraries (macOS-arm64)
- FE UT (Doris FE UT)
- BE UT (Doris BE UT)
- Cloud UT (Doris Cloud UT)
- COMPILE (DORIS_COMPILE)
- P0 Regression (Doris Regression)
- P1 Regression (Doris Regression)
- External Regression (Doris External Regression)
- cloud_p1 (Doris Cloud Regression)
- cloud_p0 (Doris Cloud Regression)
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1

branch-1.1-lts:
required_status_checks:
# if strict is true, means "Require branches to be up to date before merging".
Expand Down

0 comments on commit 7a3f3b6

Please sign in to comment.