[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-22 Thread Steve Dower
Steve Dower added the comment: As mentioned above, those changes are other improvements that were worth taking, and about half of the required manylinux1 changes. But we probably need to maintain our own manylinux image for building/running CPython tests, if we want to do it. The existing

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-22 Thread Steve Dower
Steve Dower added the comment: New changeset 128efcade63480b5860a6d045a41ba4abf5eea2f by Steve Dower in branch '3.7': bpo-35683: Improve Azure Pipelines steps (GH-11493) https://github.com/python/cpython/commit/128efcade63480b5860a6d045a41ba4abf5eea2f --

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-22 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +11438, 11439, 11440 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-22 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +11438, 11439 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-22 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +11438 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-22 Thread Steve Dower
Steve Dower added the comment: New changeset 28f6cb34f602b9796987904a607dceaf2e4a9e78 by Steve Dower in branch 'master': bpo-35683: Improve Azure Pipelines steps (GH-11493) https://github.com/python/cpython/commit/28f6cb34f602b9796987904a607dceaf2e4a9e78 --

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe it was Louie Lu's idea, #30290, to check more than one line. I am glad it helped. -- ___ Python tracker ___

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-17 Thread Steve Dower
Steve Dower added the comment: I have made the changes I suggested (though correctly...), but ultimately we need to create our own Docker image suitable for running these tests. So for now, I'm proposing in my PR to make most of the change, as well as a few other Pipelines/test-related

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-09 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch, patch, patch pull_requests: +11010, 11011, 11012 stage: -> patch review ___ Python tracker ___

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-09 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +11010 stage: -> patch review ___ Python tracker ___ ___

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-09 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch, patch pull_requests: +11010, 11011 stage: -> patch review ___ Python tracker ___ ___

[issue35683] Enable manylinux1 builds on Pipelines for CI testing

2019-01-08 Thread Brett Cannon
Change by Brett Cannon : -- title: Enable manylinux1 builds on Pipelines -> Enable manylinux1 builds on Pipelines for CI testing ___ Python tracker ___

[issue35683] Enable manylinux1 builds on Pipelines

2019-01-07 Thread Steve Dower
New submission from Steve Dower : Azure Pipelines can now support container jobs: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=vsts=yaml I experimented with enabling a manylinux1 build a while back, which should now be able to use identical steps to