The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 1177a25516b762e90efb4fc545cb43cecf477969 / Jarek Potiuk <[email protected]> Optimize test execution time after refactors After refactor of running providers tests and after some recent changes we need to re-sort the order of test type execution and separate out standards provider. Ths "standard" provider has slow Venv tests and it is now the slowest provider when it comes to test suite. Similarly API test type has many more tests now and it is pretty slow. Both should be started earlier in order to make use of the parallelism we have (long running tests should go first to avoid them to stay as last ones and utilise only one processor while doing so. This PR separates standard provider and moves both standard provider and API to the top of the list used for sorting, similarly google and amazon are put higher on the list Report URL: https://github.com/apache/airflow/actions/runs/11867956729 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
