-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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: Test Github Actions Arm64 Runners #60722
Conversation
Looks like we're too early :( some issues with micromamba it seems. |
timeout-minutes: 90 | ||
strategy: | ||
matrix: | ||
platform: [ubuntu-22.04, ubuntu-24.04-arm] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the job name:
and concurrency group:
will need to account for matrix.platform
now
Might be worth raising an issue in https://github.com/mamba-org/setup-micromamba/? |
issue could be actions/partner-runner-images#25? |
This should be mostly working (failures don't seem like my fault?) |
Thanks @lithomas1. We're on our way to removing the CircleCI builds! |
@meeseeksdev backport 2.3.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Let's backport this - I think I was having issues with build versioning last release on the Circle jobs. Consolidating under GHA should provide better observability/debugability into failures in general. |
Only backporting the wheel change could be sufficient then? |
Yes, but the GHA jobs have better coverage so we might as well backport that too. |
* CI: Test Github Actions Arm64 Runners * try using platform as cache key * fixes * add platform for includes jobs (cherry picked from commit b983366)
Manual backport -> #60780 |
(cherry picked from commit b983366) Co-authored-by: Thomas Li <[email protected]>
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.