forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert Helm tests to use the new Python Breeeze (apache#25678)
This PR converts the Helm tests to use the new Python Breeze. It has all the features of previous Kind breeze command and more. All the commands are now grupped under k8s group and they are very easy to use locally (even easier than the previous version). The CI part is also converted and simplified - i.e. the upgrade test is now much faster (only tests one upgrade per job and it runs withing the original Helm/Kubernetes tests jobs so it will not have the cluster creation overhead. Most importantly - this is almost the last step before we can get rid of the old legacy breeze code and one that we can get rid of the `./breeze-legacy` script because all functionality from the old breeze has been moved to the Python version with this change. This removal allows us also to remove a lot of the common library bash code that is not used any more anywhere - even in CI. The only change left is running regular tests in parallel. Closes: apache#23085
- Loading branch information
Showing
80 changed files
with
5,649 additions
and
4,995 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
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.