potiuk commented on pull request #14531: URL: https://github.com/apache/airflow/pull/14531#issuecomment-792418265
I upgraded the machines and run the tests. There are few flaky ones (one of them should be removed in the current build. But the results are exactly as I expected: https://github.com/apache/airflow/runs/2052982344?check_suite_focus=true * Full tests suite: : 1h 2m -> 15 m - 4x improvement (!) * Static checks: 20% improvment: 9m -> 6m (we have more CPUS) * Pylint checks: 12m -> 7m20s (35% improvement - also more CPUS) * Docs: unfortunately (unfortunatley as expected no improvments - 27 minutes). Building docs is something that we have to parallelise, but when we do - we will get below 8 minutes. Once we merge it, building docs will be come the main boittleneck. I'd say - let's merge it as soon as possible - not only we will get much faster response but also it will be cheaper (for the longest and repeted in matrix builds we need 2x as expensive machines for 4x less time. ---------------------------------------------------------------- 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]
