gaogaotiantian commented on PR #56679: URL: https://github.com/apache/spark/pull/56679#issuecomment-4773364032
@holdenk I'm decoupling CIs so each maintenance branch would only rely on contents from that branch. I think this will help you with the release stuff. Currently for scheduled CI, we use the master `build_and_test.yml`. For post-merge to `branch-3.5` we use `build_and_test.yml` from `branch-3.5`. The inconsistency causes troubles for health monitoring. This specific PR will not change anything (both files are dormant in `branch-3.5` now). After merging this PR, I'll start the 3.5 CI scheduler in master to trigger these files, similar to what I do in https://github.com/apache/spark/pull/56530. If you have any concerns, please let me know! -- 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]
