-
Notifications
You must be signed in to change notification settings - Fork 262
CI: Move from AppVeyor to Azure Pipelines #783
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
Conversation
@skoudoro In case you're looking for as simple a model for moving to Azure as possible... Also, I've registered the nipy org for Azure, so hopefully I can make sure you have access, too. |
Codecov Report
@@ Coverage Diff @@
## master #783 +/- ##
==========================================
- Coverage 90.03% 89.97% -0.07%
==========================================
Files 94 94
Lines 12018 12009 -9
Branches 2136 2133 -3
==========================================
- Hits 10821 10805 -16
- Misses 852 859 +7
Partials 345 345
Continue to review full report at Codecov.
|
Note that #665 is alive and well in here. |
Nice to see that #665 is still keeping in shape ... :) |
I think its stochasticity is an effect of |
Nice 👍 , Can you add me to the nipy org for Azure @effigies? I will add DIPY project this week or next one. |
@skoudoro I'll try to figure that out. Ping me again if I haven't in a couple days. |
@skoudoro I tried to add you to the nipy organization on Azure (also @satra, @matthew-brett and @arokem, because I could think of their emails without looking them up). It is not very intuitive. Here are the docs: https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#organizations Let me know if that works out for you, or if you need me to try to bump up your permissions. I'm not sure how to make you all admins, but I made you "stakeholders", which might be roughly equivalent. |
Starting by adapting scikit learn's configs and we'll see where things go. Azure seems to be much more than pipelines, so hopefully I can figure this out...