-
Notifications
You must be signed in to change notification settings - Fork 21
Build on Azure pipelines and upload to anaconda.org #74
Build on Azure pipelines and upload to anaconda.org #74
Conversation
We may not get a CI build here till this is merged. |
@@ -0,0 +1,86 @@ | |||
schedules: |
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 can temporarily remove this block to have it run on a pull request
azure/posix.yml
Outdated
- task: PublishTestResults@2 | ||
inputs: | ||
testResultsFiles: '$(TEST_DIR)/$(JUNITXML)' | ||
testRunTitle: ${{ format('{0}-$(Agent.JobName)', parameters.name) }} |
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.
This can be removed if you do not wish to upload the test results.
azure-pipelines.yml
Outdated
- template: azure/posix.yml | ||
parameters: | ||
name: macOS | ||
vmImage: xcode9-macos10.13 |
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.
To make azure happy
vmImage: xcode9-macos10.13 | |
vmImage: macOS-10.14 |
OK https://dev.azure.com/pandas-dev/pandas-wheels/_build?definitionId=2&_a=summary passed. Going to merge this now, and then will probably have a few followup things to do. |
The primary motivation here is to change the upload location from the (discontinued) rackspace server to anaconda.org. In the meantime, I switched from travis to azure-pipelines. It's roughly the same as MacPython/scikit-learn-wheels#23.
It's passing on my fork at https://dev.azure.com/pandas-dev/pandas-wheels/_build/results?buildId=29821&view=results
cc @WillAyd, who has been doing similar work on pandas-releases.