The GitHub Actions job "Build images for Rename UV_REQUEST_TIMEOUT to 
UV_HTTP_TIMEOUT and make it more usable 
https://github.com/apache/airflow/pull/38739
" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
099cd2174f006bd3ae2ec328549cf9b5e35d8cb8 / Jarek Potiuk <[email protected]>
Rename UV_REQUEST_TIMEOUT to UV_HTTP_TIMEOUT and make it more usable

The UV_REQUEST_TIMEOUT was only briefly the correct parameter name,
(UV 1.6.0). It is still working as a fallback, but the right
parameter name is UV_HTTP_TIMEOUT. This PR renames the flag and
build args/env variables appropriately - and also fixes a few
annoyances connected with this parameter:

* it was not possible to specify --use-uv/uv-timout for `breeze`
  `breeze shell` and `breeze start-airflow` commands which could
  resut in rebuilding the image and you had to rebuild image
  manually with `ci-image build` if you wanted to change uv/no-uv

* the ARG was not properly passed in PROD image and resulted in
  empty string set as UV_REQUEST_TIMEOUT which resulted with a
  warning printed by UV and falling back to default 300

* we have now global constant for default timeout

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

With regards,
GitHub Actions via GitBox


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

Reply via email to