The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 5dc447485858445d7ea1f11848b7e8faf0090673 / Jarek Potiuk <[email protected]> Remove dependency on special tests for tests finalization Tests finalization is run generally when all tests succeded in canary run. What the finalization does is: * updating constrainst * pushing them * updating image cache * summarizing warnings However special tests are really to test some special cases - back compatibility, lowest dependencies, latest boto etc. All those tests will only be run in a few selected PRs where we upgrade dependencies and they will not affect "regular" PRs, so we can safely update the constraints and update the cache without waiting for special tests. This will increase the frequency of updates to constraints - because now they might be quite delayed in case some special tests fail, but this is unnecessary holding the constraints update. Report URL: https://github.com/apache/airflow/actions/runs/9529502288 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
