potiuk opened a new pull request, #64020:
URL: https://github.com/apache/airflow/pull/64020

   ## Summary
   
   - Add `--no-emit-workspace` flag to `uv export` in `entrypoint_ci.sh`
   
   Without `--no-emit-workspace`, the constraint file generated by `uv export`
   included workspace packages, which forced installation of newer versions of
   dependencies (e.g. pyiceberg) into the shared UV cache. When multiple 
parallel
   CI tasks ran simultaneously, this caused installation lock contention in the
   distributed UV cache, leading to intermittent failures.
   
   Adding `--no-emit-workspace` ensures only external dependencies are emitted
   in the constraint file, avoiding unnecessary package resolution that
   interferes with parallel task execution.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Opus 4.6
   
   Generated-by: Claude Opus 4.6 following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to