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

[doris] branch revert-11269-new_require created (now 0a0cb65074)

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

morningman pushed a change to branch revert-11269-new_require
in repository https://gitbox.apache.org/repos/asf/doris.git


      at 0a0cb65074 Revert "[github] modify the github checks' requirement (#11269)"

This branch includes the following new commits:

     new 0a0cb65074 Revert "[github] modify the github checks' requirement (#11269)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[doris] 01/01: Revert "[github] modify the github checks' requirement (#11269)"

Posted by mo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch revert-11269-new_require
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 0a0cb6507426ed37f36948d1a619c97559d7a178
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Thu Jul 28 13:27:49 2022 +0800

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

diff --git a/.asf.yaml b/.asf.yaml
index 917d2a895d..baaf2b55ce 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,16 +48,12 @@ github:
       # if strict is true, means "Require branches to be up to date before merging".
         strict: false
         contexts:
-          - 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
+          - Clang Formatter
+          - License Check
           - 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 9c41fd6076..4d5364591d 100644
--- a/.github/workflows/build-extension.yml
+++ b/.github/workflows/build-extension.yml
@@ -85,7 +85,12 @@ 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
+          cd docs &&  /bin/bash build_help_zip.sh && export NODE_OPTIONS="--max-old-space-size=8192" && npm install && npm run build
 


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