-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add tempest cleanup opt #2381
Add tempest cleanup opt #2381
Conversation
Allow users to enable tempest cleanup feature defined in the tempest image. openstack-k8s-operators/tcib#208 openstack-k8s-operators/test-operator#207
Thanks for the PR! ❤️ |
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.
Looks good to me! 👍
/lgtm |
Hi @kopecmartin This change is fine foe me, do you have a test run passing that enables this feature? I note it's disabled by default but it would be nice to see a run passing with it enabled. |
This patch enables the tempest cleanup feature that cleans all resources created during the tempest test execution. Depends-On: openstack-k8s-operators/ci-framework#2381
Testing here -> openstack-k8s-operators/test-operator#216 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pablintino The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0f4a43e
into
openstack-k8s-operators:main
This patch enables the tempest cleanup feature that cleans all resources created during the tempest test execution. Depends-On: openstack-k8s-operators/ci-framework#2381
This patch enables the Tempest cleanup feature that cleans all resources created during the Tempest test execution. Depends-On: openstack-k8s-operators/ci-framework#2381
Allow users to enable tempest cleanup feature defined in the tempest image.
openstack-k8s-operators/tcib#208
openstack-k8s-operators/test-operator#207