-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from helm-unittest to python unittest #11827
Conversation
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks$,^Build docs$,^Spell check docs$,^Backport packages$,^Checks: Helm tests$,^Test OpenAPI*. |
34b22c4
to
5a2ae50
Compare
The Workflow run is cancelling this PR. Building images for the PR has failed. Follow the the workflow link to check the reason. |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks$,^Build docs$,^Spell check docs$,^Backport packages$,^Checks: Helm tests$,^Test OpenAPI*. |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks$,^Build docs$,^Spell check docs$,^Backport packages$,^Checks: Helm tests$,^Test OpenAPI*. |
5346a2f
to
fae77aa
Compare
The Workflow run is cancelling this PR. Building images for the PR has failed. Follow the the workflow link to check the reason. |
fae77aa
to
70973e6
Compare
@OmairK Can you look at it? |
The automatic converter is available here: https://gist.github.com/mik-laj/3ae253d5394b34447dcbd426fd19b389 |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Backport packages$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
7411e0b
to
2d4c7e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh damn, you beat me to it :)
The PR apache#11827 broke the ci.yaml workflow by not removing helm-test reference in tag-repo-nightly. This PR fixes it.
The PR #11827 broke the ci.yaml workflow by not removing helm-test reference in tag-repo-nightly. This PR fixes it.
* Migrate from helm-unittest to python unittest * fixup! Migrate from helm-unittest to python unittest * fixup! fixup! Migrate from helm-unittest to python unittest
The PR apache#11827 broke the ci.yaml workflow by not removing helm-test reference in tag-repo-nightly. This PR fixes it.
* Migrate from helm-unittest to python unittest * fixup! Migrate from helm-unittest to python unittest * fixup! fixup! Migrate from helm-unittest to python unittest (cherry picked from commit 9322f3e)
* Migrate from helm-unittest to python unittest * fixup! Migrate from helm-unittest to python unittest * fixup! fixup! Migrate from helm-unittest to python unittest (cherry picked from commit 9322f3e)
* Migrate from helm-unittest to python unittest * fixup! Migrate from helm-unittest to python unittest * fixup! fixup! Migrate from helm-unittest to python unittest (cherry picked from commit 9322f3e)
* Migrate from helm-unittest to python unittest * fixup! Migrate from helm-unittest to python unittest * fixup! fixup! Migrate from helm-unittest to python unittest (cherry picked from commit 9322f3e)
* Migrate from helm-unittest to python unittest * fixup! Migrate from helm-unittest to python unittest * fixup! fixup! Migrate from helm-unittest to python unittest (cherry picked from commit 9322f3e)
I am waiting for the @dimberman 's change to be merged, but in the meantime I have converted all tests with an automated script.
Part of: #11657
Depends on: #11693
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.