Uh oh!
There was an error while loading. Please reload this page.
Parallelise o2dpg generator tests - #2250
Conversation
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
jackal1-66
commented
Jan 28, 2026
The Test with many generators commit will be reverted as soon as the CI is green (it's useful to test around 60 configurations on-the-fly) |
wuctlby
commented
Feb 3, 2026
A minor comment: |
jackal1-66
commented
Feb 4, 2026
Hello @wuctlby , please next time just review the code by clicking on "Files changed" and highlighting the line you want to comment. |
18268ac to
e339dbfComparee339dbf to
c7883d8Comparejackal1-66
commented
Feb 9, 2026
Parallel tests on 63 configurations now successful with the new system. Deleting the dummy edit so that this development can be merged |
Uh oh!
There was an error while loading. Please reload this page.
* Implementation of parallel testing
This PR enables parallel o2-sim* tests. With many configurations we were often hitting a timeout, and one of the causes is linked to the fact that we were testing sequentially each setting. The number of jobs is now set automatically using the JOBS environment variable (provided by the alidist recipe) and it's set to 8 by default.