Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Seperate provider verification as standalone breeze command (#23454)
This is another step in simplifying and converting to Python all of the CI/local development tooling. This PR separates out verification of providers as a separate breeze command `verify-provider-packages`. It was previously part of "prepare_provider_packages.py" but it has been now extracted to a separate in-container python file and it was wrapped with breeze's `verify-provider-packages` command. No longer provider verification is run with "preparing provider docs" nor "preparing provider packages" - it's a standaline command. This command is also used in CI now to run the tests: * all provider packages are built and created on CI together with airflow version * the packages are installed inside the CI image and providers are verified * the 2.1 version of Airflow is installed together with all 2.1 - compatible providers and provider verification is run there too. This all is much simpler now - we got rediof some 500 lines of bash code again in favour of breeze python code. Fixes: #23430
- Loading branch information
Showing
62 changed files
with
2,282 additions
and
2,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.