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

sarutak 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 1e7bea028fb6 [SPARK-57691][INFRA] Use default oracle docker image for 
the CIs
1e7bea028fb6 is described below

commit 1e7bea028fb67ba62aadcbf7a225eeee37855b92
Author: Kousuke Saruta <[email protected]>
AuthorDate: Sat Jun 27 18:59:09 2026 +0900

    [SPARK-57691][INFRA] Use default oracle docker image for the CIs
    
    ### What changes were proposed in this pull request?
    This PR removes `ORACLE_DOCKER_IMAGE_NAME` from the GA workflow definition 
files to use default oracle docker image for scheduled CIs.
    
    ### Why are the changes needed?
    The default oracle docker image is not `gvenzl/oracle-free:23.26.2-slim` 
but `sarutak/oracle-free:23.26.2-slim` which contains fixes for flakiness of 
`OracleIntegrationSuite` and `OracleJoinPushdownIntegrationSuite`.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Self review and will observe the result of scheduled CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #56768 from sarutak/use-default-oracle-image.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: Kousuke Saruta <[email protected]>
---
 .github/workflows/build_branch42.yml | 3 +--
 .github/workflows/build_java17.yml   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build_branch42.yml 
b/.github/workflows/build_branch42.yml
index 191c9013820b..159a213c837b 100644
--- a/.github/workflows/build_branch42.yml
+++ b/.github/workflows/build_branch42.yml
@@ -39,8 +39,7 @@ jobs:
         {
           "SCALA_PROFILE": "scala2.13",
           "PYSPARK_IMAGE_TO_TEST": "",
-          "PYTHON_TO_TEST": "",
-          "ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-free:23.7-slim"
+          "PYTHON_TO_TEST": ""
         }
       jobs: >-
         {
diff --git a/.github/workflows/build_java17.yml 
b/.github/workflows/build_java17.yml
index da31c07f1fe5..738e629ebe6e 100644
--- a/.github/workflows/build_java17.yml
+++ b/.github/workflows/build_java17.yml
@@ -36,8 +36,7 @@ jobs:
         {
           "SCALA_PROFILE": "scala2.13",
           "PYSPARK_IMAGE_TO_TEST": "",
-          "PYTHON_TO_TEST": "",
-          "ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-free:23.7-slim"
+          "PYTHON_TO_TEST": ""
         }
       jobs: >-
         {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to