You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "LuciferYang (via GitHub)" <gi...@apache.org> on 2023/10/24 03:39:28 UTC

Re: [PR] [INFRA]Uses different `ORACLE_DOCKER_IMAGE_NAME` in the scheduled builds in other branches [spark]

LuciferYang commented on code in PR #43496:
URL: https://github.com/apache/spark/pull/43496#discussion_r1369581783


##########
.github/workflows/build_branch33.yml:
##########
@@ -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"

Review Comment:
   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.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org