has there been any discussion of handling tests of different sizes? I’d like to do something like specify “reserve 4 cpu cores for this test” in my plugin for integration tests. There are a number of docker containers that must be running for the test so this is a “minimum value” which is pretty different than what
concurrency_available
offers today (which floats between [1, concurrency_available])