gaogaotiantian commented on PR #57083: URL: https://github.com/apache/spark/pull/57083#issuecomment-4972703317
> @gaogaotiantian which branches should we merge this PR? are those CI already decoupled by branch? Oh this is an interesting question. Scheduled jobs can only be triggered from `master` so merging this to all older branches is not enough. We have two ways to solve this: 1. Like all other scheduled jobs, trigger it from `branch**_scheduler.yml` - we only need to add `workflow_dispatch` to this workflow and backport the changes. 2. Do something smart about this workflow so it checkouts all the branches and update the images properly. I think 1. is probably the direction that we want to go. We can probably add these changes in this PR too as it's directly related to what the title claims. -- 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]
