Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Build on Azure pipelines and upload to anaconda.org #74

Merged
merged 21 commits into from
Mar 16, 2020

Conversation

TomAugspurger
Copy link
Contributor

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.

@TomAugspurger
Copy link
Contributor Author

We may not get a CI build here till this is merged.

@@ -0,0 +1,86 @@
schedules:
Copy link
Contributor

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) }}

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.

- template: azure/posix.yml
parameters:
name: macOS
vmImage: xcode9-macos10.13

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make azure happy

Suggested change
vmImage: xcode9-macos10.13
vmImage: macOS-10.14

@TomAugspurger
Copy link
Contributor Author

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.

@TomAugspurger TomAugspurger merged commit 4d3c7eb into MacPython:master Mar 16, 2020
@TomAugspurger TomAugspurger deleted the azure-pipelines branch March 16, 2020 20:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants