Skip to content
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

Correctly pass --py2 or --py3 to some Azure Pipeline tasks #27199

Merged
merged 1 commit into from Jan 15, 2021

Conversation

stephenmcgruer
Copy link
Contributor

We had incorrectly assumed that all Azure Pipeline VMs had access to
Python 2, but that isn't true (the Edge run VMs only have Py3 nowadays).
As such, update_hosts.yml and update_manifest.yml broke on those VMs.

Instead, make the pyflag a variable for those yml files and set it
appropriately.

We had incorrectly assumed that all Azure Pipeline VMs had access to
Python 2, but that isn't true (the Edge run VMs only have Py3 nowadays).
As such, update_hosts.yml and update_manifest.yml broke on those VMs.

Instead, make the pyflag a variable for those yml files and set it
appropriately.
@stephenmcgruer
Copy link
Contributor Author

Infra failure on taskcluster is unrelated, see #27200

@stephenmcgruer stephenmcgruer merged commit 262bf7f into master Jan 15, 2021
@stephenmcgruer stephenmcgruer deleted the smcgruer/fix-azure-edge-runs branch January 15, 2021 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants