-
Notifications
You must be signed in to change notification settings - Fork 39
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
Run conda build parallel AND sequential tests #1065
Conversation
Oh boy... 🍿 |
yeah another one that we might have to run sequentially |
OK conda build test fails because flake8 is eager enough to check conda's run_test.py that we don't want to be checked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 👍
many thanks @stefsmeets Happy Easter 🐰 |
Continuation from #1064 to include the same test run strategy for conda build tests
and try bump the number of threads we use for running the parallel tests on Circle.Bumping number of threads with-n 4
definitely leads to memory issues for the conda build tests and might lead to the same issue for the regular CI tests, so let's keep them at 2