You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/28 02:55:44 UTC

[doris] branch master updated: [github] modify the github checks' requirement (#11269)

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

yiguolei 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 89ca436561 [github] modify the github checks' requirement (#11269)
89ca436561 is described below

commit 89ca436561b3db91c10a992147e73194e97578e3
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Thu Jul 28 10:55:39 2022 +0800

    [github] modify the github checks' requirement (#11269)
---
 .asf.yaml                             | 10 +++++++---
 .github/workflows/build-extension.yml |  7 +------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index baaf2b55ce..917d2a895d 100644
--- a/.asf.yaml
+++ b/.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
diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml
index 4d5364591d..9c41fd6076 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -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
 


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