Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TST: Azure Python version fix #12502

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

Merged
merged 1 commit into from
Dec 9, 2018

Conversation

tylerjereddy
Copy link
Contributor

Fixes #12298 by using proper string variable substitutions or just hard-coding for "single-matrix" runs (mac, linux have a single job). Also, reduce ambiguity with respect to architecture and fast / full test runs.

The Azure PublishTestResults task was not able to substitute Python version strings so we're seeing reports like this for merge event CI runs:
image

For pull request CI runs it currently looks more like this:
image

The 6 missing publication entries for PR runs are all for Windows, and @charris has already noted the Warnings on the test publication task for Windows. In fact, there are 12 such warnings on PRs (2 per windows job), and 6 such warnings for merge events (1 per Windows job).

My objective here is to deal with the simple linked issue first -- get those version strings working sensibly, and then look at the deeper issues on PublishTestResults Windows warnings after that.

On my branch, the changes in this PR produce this:
image

And hopefully works similar for master branch PR here.

* Azure test results are now published
with appropriate Python version
strings
@charris
Copy link
Member

charris commented Dec 7, 2018

Where is that information located? I cannot find it.

@tylerjereddy
Copy link
Contributor Author

Yeah, it is a pain to find it -- https://dev.azure.com/numpy/numpy/_build/results?buildId=1155&view=ms.vss-test-web.test-result-details

Then there's an "x" to click on the right side to clear filters, and then you can click show more results (I didn't design it!).

@charris charris merged commit 5d68bef into numpy:master Dec 9, 2018
@charris
Copy link
Member

charris commented Dec 9, 2018

Thanks Tyler.

@tylerjereddy tylerjereddy deleted the azure_py_version_fix branch April 30, 2019 17:10
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.

3 participants