The GitHub Actions job "Tests" on airflow.git/backport-b28a45e-v3-2-test has 
failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
872e3ba4a0c5d0a021c4354de8a658e2f875535d / Jarek Potiuk <[email protected]>
[v3-2-test] breeze: prune unreleased versions from provider.yaml during 
metadata generation (#65986)

Adds a hygiene pre-pass to ``breeze release-management 
generate-providers-metadata``:
for each provider, every entry in ``provider.yaml``'s ``versions:`` list except 
the
first is checked against PyPI. Entries PyPI doesn't recognise are stale (e.g. a
release that was prepared but never published) and get removed from the file in
place, so generated metadata reflects only versions a user can actually install.

The first entry is intentionally skipped — it is the in-progress next release 
and
is allowed to predate publication. PyPI lookups run in parallel; on network
failure the file is left untouched. The version-line removal is regex-based on
the exact shape produced by ``_update_version_in_provider_yaml`` in
``provider_documentation.py``, so comments and surrounding entries are 
preserved.
(cherry picked from commit b28a45e7b5eb33126f112dfc58d3721881364427)

Co-authored-by: Jarek Potiuk <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to