The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b97d9b068368c76c52abdfbf972af5b7c93ea314 / Jarek Potiuk <[email protected]>
Speed up Kubernetes tests ~30% on main. (#25143)

We should have enough resources - we were limiting them to 2 parallel
runs (we assumed 4 CPUs are needed for full K8S tests). However
monitoring shows that ~20/30% memory and up to 4 CPUs are used
when 2 tests are running in parallel (on a big instance) but the tests
have also some peaks that might cause more than 3 parallel tests to fail.

We currently run 5 tests so increasing the limit to 3 for self-hosted
runners should actually speed it up quite a bit (generally speaking we
had to run 2 tests in parallel twice and 5th test was run as standalone.
By increasing the limit to 3 we switch to 3x, 2x mode - which not only
will safe 30% of the time, but also has a free "slot" for one more
K8S version.

Report URL: https://github.com/apache/airflow/actions/runs/2697336258

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to