The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 32ab17455263b942518e9d6e666d27116c946d6f / Jarek Potiuk <[email protected]> Speed up provider validation pre-commit The provider validation pre-commit is now a lot slower after #28516 but it turned out that it has been also doing a little too much. It worked in the way (against the original design) that when any provider.yaml changed, validation was actually performed for all the providers, not only for those changed. This change improves the regular speed of running this validation when one or few providers are changed in the commit. It's not only limiting the validation to those provider.yaml files that changes but also performing subset of validations on those changed files if not all providers are changed or --all-files are not used (because some of the validations involving documentation and cross-provider dependencies require all provider.yaml files to be loaded and validated). The validation is still done in one "docker run" command though. Report URL: https://github.com/apache/airflow/actions/runs/3760354354 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
