jonkeane commented on issue #48461: URL: https://github.com/apache/arrow/issues/48461#issuecomment-3660688801
> Do you know if there is any reason to maintain the existing CI jobs on Azure pipelines? Can we move them to GitHub actions? I think moving them would improve usability. +1 to Neal's comment, they're there only for historical reasons, it's totally fine to move them to GHA > Would it be ok to move those to the main Arrow repository instead of the external crossbow one? We could trigger them using a label (CI: Extra: R), similar to the ones we trigger today like CI: Extra: C++ or CI: Extra: Package: Linux This would be great in principle, yeah. One thing that might not work / might still need the separate repo to run them from is that we have some github actions that are from other repositories that I'm not sure we (yet?) have clearance from the ASF on. One example I found is https://github.com/apache/arrow/blob/b355fc085f6e148bef719bb1edefa47d870dab8d/dev/tasks/r/github.recheck.yml#L25 But it would be totally fine if these stay in a separate repo and the vast majority get moved into apache/arrow. > I can spend some time on CI improvements and I would like to work on this soon if there's no concerns. I'm happy to review things or if you're getting super odd errors and need help with this 🙏 -- 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]
