Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ jobs:
distribution: zulu
java-version: ${{ inputs.java }}
- name: Run tests
env: ${{ fromJSON(inputs.envs) }}
run: |
./dev/run-tests --parallelism 1 --modules docker-integration-tests --included-tags org.apache.spark.tags.DockerTest
- name: Upload test results to report
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_branch33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
envs: >-
{
"SCALA_PROFILE": "scala2.13",
"PYTHON_TO_TEST": ""
"PYTHON_TO_TEST": "",
"ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-xe:21.3.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build_and_test.yml in branch-3.3 is configured as oracle-xe:18.4.0, but the previous daily test has always used oracle-xe:21.3.0, so it is still configured as oracle-xe:21.3.0 here.

}
jobs: >-
{
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_branch34.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
envs: >-
{
"SCALA_PROFILE": "scala2.13",
"PYTHON_TO_TEST": ""
"PYTHON_TO_TEST": "",
"ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-xe:21.3.0"
}
jobs: >-
{
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_branch35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
envs: >-
{
"SCALA_PROFILE": "scala2.13",
"PYTHON_TO_TEST": ""
"PYTHON_TO_TEST": "",
"ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-xe:21.3.0"
}
jobs: >-
{
Expand Down