-
Notifications
You must be signed in to change notification settings - Fork 119
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
[WIP] Move CI infrastructure to GitHub Actions #3321
base: master
Are you sure you want to change the base?
Conversation
Also unify arches in CI
a1f0eaf
to
c57ea5f
Compare
9ea3830
to
de7d057
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3321 +/- ##
=======================================
Coverage 67.07% 67.08%
=======================================
Files 571 571
Lines 111055 111039 -16
=======================================
- Hits 74488 74485 -3
+ Misses 36567 36554 -13 ☔ View full report in Codecov by Sentry. |
steps: | ||
- name: Upload wheels | ||
run: echo "TODO" |
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.
@JCGoran : Just mentioning - we need to update the docs from https://nrn.readthedocs.io/en/8.2.6/install/python_wheels.html#publishing-the-wheels-on-pypi-via-azure.
Especially, having the ability to just build the release artifacts without upload has been quite helpful.
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.
Right, there's also the matter of "Azure drop URLs" being mentioned in other repos, so we should make sure those are modified accordingly.
Quality Gate passedIssues Measures |
According to https://github.com/orgs/community/discussions/70492#discussioncomment-7362186, public repositories have unlimited free minutes, with a time limit for each job of about 6 hours, which should be plenty for our use-case.
TODO: