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

Head commit for run:
736dc28afee96689d98f280237701bd6e7a852ec / Jarek Potiuk <[email protected]>
Speed-up rebuilding of CI image after pip/uv version change

So far `pip` and `uv` version change caused clean reinstallation
of the CI image `pip` dependencies - including the cached layer
from main - which pre-installed airlfow to speed up reinstallation
of "final" airflow package.

However since we started to update `uv` more frequently - those
frequent rebuilds are ... to costly (about 3 minutes extra when
uv version changed.

This change implements optimization of this workflow - the
main cache installation is done using LATEST uv or pip and
only after that UV and PIP get reinstalled to the fixed version
specified in Dockerfile.

Related: #42999

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

With regards,
GitHub Actions via GitBox


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

Reply via email to