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

Head commit for run:
13e5629c2af91e782c1ad967de05afc3d9519d9f / Jarek Potiuk <[email protected]>
Speed-up and stabilize parallell tests for self-hosted runners (#30314)

The tests on self-hosted runners run in parallel mode, but some of
the tests take longer than others (Providers and WWW tests are
the longest ones - they take around 6 minutes to complete each).

Prioritizing those tests to be run at the begining should speed up
overal test execution (from around 17 minutes to around 14 minutes)
because it allows to effectively use parallelism of the self-hosted
runners bette - the Provider and WWW test will not be "dangling" as
one of the last test to execute and run using single CPU.

This PR also manages better docker-compose networks and escapes
test names so that they are better presented in the output of
the tests.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to