Uh oh!
There was an error while loading. Please reload this page.
Limit regression test workers to 1 - #11344
Conversation
This should address python#11220.
srittau
commented
Jan 30, 2024
It's fairly slow now. I wonder whether we could reduce the amount of tests run. For example, run only on Python 3.8 and 3.12. In the long run it could also make sense to separate out tests that need to run on multiple platforms or Python versions as currently we are running lots of redundant tests. |
And/or we can shard it. I'm also experimenting locally with whether adding the |
This should address #11220.