[issue41173] Windows ARM buildbots cannot upload results

2020-07-07 Thread miss-islington
miss-islington added the comment: New changeset 366cfc65f26b159e44ee30917ab35afe59f8339f by Miss Islington (bot) in branch '3.9': bpo-41173: Copy test results file from ARM worker before uploading (GH-21305) https://github.com/python/cpython/commit/366cfc65f26b159e44ee30917ab35afe59f8339f -

[issue41173] Windows ARM buildbots cannot upload results

2020-07-07 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue41173] Windows ARM buildbots cannot upload results

2020-07-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +20527 pull_request: https://github.com/python/cpython/pull/21382 ___ Python tracker _

[issue41173] Windows ARM buildbots cannot upload results

2020-07-07 Thread Steve Dower
Steve Dower added the comment: New changeset 10772ec1505a4583d662c051e577eb2d4fb6e755 by Steve Dower in branch 'master': bpo-41173: Copy test results file from ARM worker before uploading (GH-21305) https://github.com/python/cpython/commit/10772ec1505a4583d662c051e577eb2d4fb6e755 --

[issue41173] Windows ARM buildbots cannot upload results

2020-07-03 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +20457 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21305 ___ Python tracker ___

[issue41173] Windows ARM buildbots cannot upload results

2020-06-30 Thread Steve Dower
New submission from Steve Dower : Sample build: https://buildbot.python.org/all/#/builders/182/builds/773 The second last step is failing for some reason, probably because it doesn't have the file it needs. -- components: Build, Windows messages: 372700 nosy: paul.moore, steve.dower,