This is an automated email from the ASF dual-hosted git repository.
sarutak pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.x by this push:
new d46baff6b577 [SPARK-57691][INFRA] Use default oracle docker image for
the CIs
d46baff6b577 is described below
commit d46baff6b577cedc709e3ad8f585e562b0ec85e9
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]>
(cherry picked from commit 1e7bea028fb67ba62aadcbf7a225eeee37855b92)
Signed-off-by: Kousuke Saruta <[email protected]>
---
.github/workflows/build_branch41.yml | 3 +--
.github/workflows/build_java17.yml | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build_branch41.yml
b/.github/workflows/build_branch41.yml
index a9ee7057cd53..7ee30ddb18ed 100644
--- a/.github/workflows/build_branch41.yml
+++ b/.github/workflows/build_branch41.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 a0bdaf77c1ec..999771d9f1a6 100644
--- a/.github/workflows/build_java17.yml
+++ b/.github/workflows/build_java17.yml
@@ -38,8 +38,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]