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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 111df27d21ee [SPARK-48108][INFRA] Skip `tpcds-1g` and 
`docker-integration-tests` tests from `RocksDB UI-Backend` job
111df27d21ee is described below

commit 111df27d21ee4b9353d053628d76ae26c7f8f8f0
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Thu May 2 21:51:34 2024 -0700

    [SPARK-48108][INFRA] Skip `tpcds-1g` and `docker-integration-tests` tests 
from `RocksDB UI-Backend` job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to skip `tpcds-1g` and `docker-integration-tests` tests from 
`RocksDB UI-Backend` job, `build_rockdb_as_ui_backend.yml`.
    
    ### Why are the changes needed?
    
    To reduce GitHub Action usage to meet ASF INFRA policy.
    - https://infra.apache.org/github-actions-policy.html
    
        > The average number of minutes a project uses in any consecutive 
five-day period MUST NOT exceed the equivalent of 30 full-time runners (216,000 
minutes, or 3,600 hours).
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review because this is a daily CI update.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46355 from dongjoon-hyun/SPARK-48108.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/build_rockdb_as_ui_backend.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/build_rockdb_as_ui_backend.yml 
b/.github/workflows/build_rockdb_as_ui_backend.yml
index e11ec85b8b17..a1cc34f7b54f 100644
--- a/.github/workflows/build_rockdb_as_ui_backend.yml
+++ b/.github/workflows/build_rockdb_as_ui_backend.yml
@@ -42,7 +42,5 @@ jobs:
         {
           "build": "true",
           "pyspark": "true",
-          "sparkr": "true",
-          "tpcds-1g": "true",
-          "docker-integration-tests": "true"
+          "sparkr": "true"
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to