[github] modify the github checks' requirement (#11269)
This commit is contained in:
10
.asf.yaml
10
.asf.yaml
@ -48,12 +48,16 @@ github:
|
||||
# if strict is true, means "Require branches to be up to date before merging".
|
||||
strict: false
|
||||
contexts:
|
||||
- Clang Formatter
|
||||
- License Check
|
||||
- BE Code Formatter / Clang Formatter
|
||||
- BE UT (Clang) / BE UT (Clang)
|
||||
- Build Extensions / Detect changes
|
||||
- FE Code Style Checker / CheckStyle
|
||||
- License Check / License Check
|
||||
- Build Extensions / Build Broker
|
||||
- Build Extensions / Build Documents
|
||||
- P0 regression (Doris P0 Regression)
|
||||
- FE UT (Doris FE UT)
|
||||
- BE UT (Doris BE UT)
|
||||
- CheckStyle
|
||||
|
||||
required_pull_request_reviews:
|
||||
dismiss_stale_reviews: true
|
||||
|
||||
7
.github/workflows/build-extension.yml
vendored
7
.github/workflows/build-extension.yml
vendored
@ -85,12 +85,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16.14.0
|
||||
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd docs && /bin/bash build_help_zip.sh && export NODE_OPTIONS="--max-old-space-size=8192" && npm install && npm run build
|
||||
cd docs && /bin/bash build_help_zip.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user