Skip to content

Question: why use Azure for CI? #46351

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

Closed
jonashaag opened this issue Mar 12, 2022 · 4 comments · Fixed by #47020
Closed

Question: why use Azure for CI? #46351

jonashaag opened this issue Mar 12, 2022 · 4 comments · Fixed by #47020
Labels
CI Continuous Integration
Milestone

Comments

@jonashaag
Copy link
Contributor

What’s the reason that pandas uses GHA alongside Azure? What does Azure provide that GHA doesn’t?

@jreback
Copy link
Contributor

jreback commented Mar 12, 2022

it's not that

we used azure for everything before GHA existed

we switched a bunch over recently

cc @mroeschke

@mroeschke
Copy link
Member

Legacy mostly I think since Azure was available before GHA.

One thing to note is that since the project uses the free plan, we can only run 20 GHA jobs concurrently (although 1 push already runs 20+ jobs), so migrating the 7 Azure jobs would add a little pressure to that. https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits

That being said, I don't think Azure has anything novel compared to GHA so I'd be +1 to just move them to GHA despite the above so our CI configs can be more consistent

@mroeschke mroeschke added the CI Continuous Integration label Mar 12, 2022
@jonashaag
Copy link
Contributor Author

Great to hear.

@jonashaag
Copy link
Contributor Author

IMO for non-enterprise projects Azure is strictly worse than GHA. Only good thing is that it has 3 vCPU vs 2 in GHA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants