gaogaotiantian commented on PR #56679: URL: https://github.com/apache/spark/pull/56679#issuecomment-4775271865
Hi @holdenk , these two workflows are trying to copy what the existing branch-3.5 scheduled CI workflows do: * https://github.com/apache/spark/blob/master/.github/workflows/build_branch35.yml * https://github.com/apache/spark/blob/master/.github/workflows/build_branch35_python.yml I agree that some of the variables are not used at all because the workflow files listed above are targeting the master branch `build_and_test.yml` - this is the whole purpose for the refactoring - to get rid of this weird dependency. I can remove the env var usage and make this file targeting `build_and_test.yml` for `branch-3.5`. I think `branch-3.5` is testing oracle with the same docker image https://github.com/apache/spark/blob/03733f171795a9da8fcadf4915d323f442129118/.github/workflows/build_and_test.yml#L949 There won't be scheduled scala 2.12 run (there isn't now). These two workflows will be the only scheduled CI for `branch-3.5`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
