The GitHub Actions job "Tests AMD" on airflow.git/backport-86b0c82-v3-0-test 
has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
176bedbf29a59514f6b11895c860db205967e762 / Jarek Potiuk <ja...@potiuk.com>
[v3-0-test] Significantly speed up Pytest bootstrapping on MacOS in Breeze 
(#51223)

Bootstrapping of pytest - especially on MacOS in Breeze could take
a long time - and it turns out it was because of rglob trying to
check if any of the pyproject.toml/provider.yaml files changed
and looking for "deprecation ignores". Both were using rglob, and it
turned out that even just rglobbing providers folder takes significant
amount of time with MacOS docker - because of the slow filesystem.

This has been replaced now with:

* for pyproject.toml/provider.yaml - we use the main airflow
  pyproject.toml to know exactly which pyproject.toml/provider.yaml
  to look for (we have them in workspace definition)

* for deprecations_ignores - we hardcode the short list of the ignores
  we have.
(cherry picked from commit 86b0c82f9b35b186b9c1ab08ac1c2ec6690bc230)

Co-authored-by: Jarek Potiuk <ja...@potiuk.com>

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to