The GitHub Actions job "Tests" on 
airflow.git/attempt-to-migrate-to-connexion-2-15 has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
19fcd23d9e99f35159bd0dc4b44b5c44a14c9fe7 / Jarek Potiuk <[email protected]>
Speed-up constraints generation (#52449)

Constraints generation was slow because we run them in a loop and
we tried to run them all on a single machine - trying to utilize
the fact that we only have to build airflow and provider packages
once. But those are pretty fast, comparing to constraint generation
and it's much better to parallelize the constraint jobs and run
them on separatae workers. This will speed up constraint generation
delays that will allow building PROD images and kubernetes checks
faster.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to