Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Set up CI for ARM #41737

Closed
datapythonista opened this issue May 30, 2021 · 5 comments · Fixed by #41739
Closed

CI: Set up CI for ARM #41737

datapythonista opened this issue May 30, 2021 · 5 comments · Fixed by #41739
Labels
ARM aarch64 architecture CI Continuous Integration
Milestone

Comments

@datapythonista
Copy link
Member

datapythonista commented May 30, 2021

xref #33971

This used to run in Travis, but seems like Travis now requires credits, and we can't get them reliably (see #38943).

This page contains CI systems that support ARM. Most of them require to set up our own runner, which I guess we don't want to do or maintain. So, the main options seem to be:

  • drone.io
  • CircleCI

CC: @bashtage

@datapythonista datapythonista added CI Continuous Integration ARM aarch64 architecture labels May 30, 2021
@jreback
Copy link
Contributor

jreback commented May 30, 2021

there are multiple issue about this already

we got a renewal of travis credits but it's not enough

drone.io is not designed for a big ci like we need

circle is a possibility

cc @fangchenli

@datapythonista
Copy link
Member Author

Thanks for the extra info. Based on the discussion in #38943 seems like Travis is not a reliable option. It took several months to get credits, and they lasted less than a week. I don't think there is any other issue about setting up an ARM build if the problem can't be solved with Travis, that's why I opened this one. Let me know if I'm missing anything.

@datapythonista
Copy link
Member Author

CC: @cphang99

@fangchenli
Copy link
Member

Just for reference. We have tried drone.io in #39742.

@simonjayhawkins
Copy link
Member

drone is used for the conda packages and run times seam reasonable (around half an hour) (compared to the ppc build on azure, nearer 2 hours) https://cloud.drone.io/conda-forge/pandas-feedstock/115

@jreback jreback added this to the 1.3 milestone Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM aarch64 architecture CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants