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

Head commit for run:
4527afd5777b959ba45c3b9429f06939908e4220 / Kaxil Naik <[email protected]>
Add `breeze registry backfill` command for older provider versions (#63269)

Adds a new breeze subcommand that extracts runtime parameters and connection
types for previously released provider versions using `uv run --with` — no
Docker or breeze CI image needed.

Also includes:
- Unit tests for all helper functions (16 tests)
- Breeze docs for the backfill command
- GitHub Actions workflow (registry-backfill.yml) that runs providers in
  parallel via matrix strategy, then publishes versions.json
- Fix providerVersions.js to use runtime module_counts from modules.json
  instead of AST-based counts from providers.json

Two issues:
- `tomllib` is Python 3.11+; use try/except fallback to `tomli` (same
  pattern as other breeze modules)
- `TestReadProviderYamlInfo` tests used real filesystem paths that depend
  on `tomllib`; replaced with `tmp_path`-based mock files

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

With regards,
GitHub Actions via GitBox


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

Reply via email to