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 5765c0150659 [SPARK-47820][INFRA] Run `ANSI` SQL CI twice per day
5765c0150659 is described below

commit 5765c0150659deb43674bb167b632f4bf045ce06
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Thu Apr 11 10:03:55 2024 -0700

    [SPARK-47820][INFRA] Run `ANSI` SQL CI twice per day
    
    ### What changes were proposed in this pull request?
    
    This PR aims to run `ANSI` SQL CI twice per day for Apache Spark 4.0.0.
    - https://github.com/apache/spark/actions/workflows/build_ansi.yml
    
    ### Why are the changes needed?
    
    To detect ANSI failure more easily.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Since this is a daily CI, this should be tested after merging.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46010 from dongjoon-hyun/SPARK-47820.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/build_ansi.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_ansi.yml b/.github/workflows/build_ansi.yml
index b39c1ec20e22..d9f587ae203b 100644
--- a/.github/workflows/build_ansi.yml
+++ b/.github/workflows/build_ansi.yml
@@ -21,7 +21,7 @@ name: "Build / ANSI (master, Hadoop 3, JDK 17, Scala 2.13)"
 
 on:
   schedule:
-    - cron: '0 1 * * *'
+    - cron: '0 1,13 * * *'
 
 jobs:
   run-build:


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

Reply via email to