ashb commented on pull request #14531: URL: https://github.com/apache/airflow/pull/14531#issuecomment-795370455
> I almost got it running with ~ 45 minutes tests in the Github Public runners. There are some hangs which I have to look at - likely due to memory usage. But maybe we can limit that further and get it a bit faster Sounds great -- no 137 failures cropping up so far? > I want to have predictable sequence of the test types. Right now the execution length of the tests varies a lot because parallel semaphore released the jobs in random order and we might have long time where only last, longest job is run. I would rather get the longest jobs start first followed by the shortest ones as this will give better parallelism use and predictability. will have to take a look into that. 👍🏻 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
