The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: c6f04aaa07ad4a2c39f2238a2cc76d62c5999a3a / Jarek Potiuk <[email protected]> Simplify Integration test execution in CI When we run all integration tests in CI together on self-hosted runners they are somewhat flaky, however when those tests are run individually on public runners, they are both fast and stable. Also the integration test list has been somewhat duplicated - you had to remember about adding individual integration tests to the separate integration-tests workflow when you added such integration tests. This PR solves all those problems: * we always run integration tests individually * they are all run on public runners no matter what build they are on * they are run as matrix of jobs and list of tests is extracted via selective checks outputs - no more duplication Report URL: https://github.com/apache/airflow/actions/runs/9253056439 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
