Attempt to enable coverage on pypy#2463
Conversation
…ese issues are resolved
Current coverage is
|
|
Well this does work now (big improvement over timing out the build because it took >50 min!). Makes pypy on OS X take 16-24 minutes though. |
|
Yeah, that's pretty cruddy, is there a fixed point we want to hold out for? On Sun, Nov 1, 2015 at 4:28 PM, Paul Kehrer notifications@github.com
"I disapprove of what you say, but I will defend to the death your right to |
|
I'd like to see it take less time than python 2.6 before we turn it on. We've reordered in the past and we had issues with the mac builders stalling and then the linux builders wouldn't run (when we wanted quicker feedback). Maybe a solution is to move the mac builds up but have one 2.7, one 3.5 and a linux docs job run at the very top. |
|
We already have jenkins for basic validation, is there a reason not to let On Sun, Nov 1, 2015 at 5:16 PM, Paul Kehrer notifications@github.com
"I disapprove of what you say, but I will defend to the death your right to |
|
Good point -- I added the pep8 and docs jobs to jenkins specifically to give rapid feedback on that front. So then reordering is not necessarily a bad idea. In high queue situations it won't speed things up much, but it should shorten the total wall clock time for individual builds. |
|
jenkins retest this please |
|
Could we have it skip coverage on OS X pypy? That would avoid most of the performance penalty (23 minutes on OS X pypy due to the two backends) and I'd be happy to merge then (especially as we've now got two PRs that need pypy coverage) |
|
This was superseded by #2638 |
Fixes #785