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

zhengchenyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new b5cac305a [MINOR] fix(ci): Run Docker and integration CI checks 
concurrently. (#1922)
b5cac305a is described below

commit b5cac305af2b5faf318b963f80bb075de289b4f0
Author: maobaolong <baoloong...@tencent.com>
AuthorDate: Thu Jul 18 20:54:59 2024 +0800

    [MINOR] fix(ci): Run Docker and integration CI checks concurrently. (#1922)
    
    # What changes were proposed in this pull request?
    
    Remove `need:integration` of docker to run docker and integration CI checks 
concurrently.
    
    # Why are the changes needed?
    
    - Flaky tests might occur frequently, and when they do, the Docker CI check 
becomes impossible to execute.
    - Executing Docker and integration CI checks simultaneously can help reduce 
the overall cost of the CI check job.
---
 .github/workflows/build.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4af4c8393..81972020a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -100,7 +100,6 @@ jobs:
         **/target/surefire-reports/*.xml
 
   docker:
-    needs: [integration]
     uses: ./.github/workflows/docker.yml
 
   kubernetes:

Reply via email to