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

Head commit for run:
1d7ede78d3440f7752087beccb67c4ebe3c4acdf / Jarek Potiuk <[email protected]>
Remove dependency on special tests for tests finalization (#40264)

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/9529760164

With regards,
GitHub Actions via GitBox


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

Reply via email to