The GitHub Actions job "Tests (AMD)" on 
airflow.git/constraints-check-parallel-pypi has failed.
Run started by GitHub user potiuk (triggered by Miretpl).

Head commit for run:
c8104b37cb67905f66bdbf458bfa9a5b000f7760 / Jarek Potiuk <[email protected]>
Speed up the constraints version check with parallel PyPI fetches

Checking whether a constraints file is up to date asks PyPI about every
pinned package, one blocking request after another. With ~770 pins at a few
seconds each, that sweep is the entire runtime of the constraints CI jobs -
around 47 minutes per Python version, on every canary run, and it grows with
each dependency added.

The requests are independent, so they run on a small pool. They stay batched
rather than prefetched because a single project's release history can be tens
of megabytes, and results are consumed in constraints-file order so the table
is unchanged. Each request also gets a timeout: a stalled connection used to
hang the job until CI killed it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to