-
Notifications
You must be signed in to change notification settings - Fork 44
Delete allocated PVCs after each kuttl test execution #838
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
Delete allocated PVCs after each kuttl test execution #838
Conversation
Currently Zuul fails due to the fact we're not deallocating PVCs after each kuttl test execution. This patch aims to improve the cleanup process by removing them as part of the clenup step. Signed-off-by: Francesco Pantano <[email protected]>
8c95d3f to
8829db1
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bdb65f0897d64acda571b06bed584fab ❌ openstack-k8s-operators-content-provider TIMED_OUT in 30m 56s |
|
recheck |
8829db1 to
50c416c
Compare
|
/test glance-operator-build-kuttl |
|
recheck |
|
/test glance-operator-build-kuttl |
ce03f73 to
9be3f13
Compare
Glance tempest job doesn't need a full ceph deployment. This patch adds the cifmw variables to skip rgw, dashboard and cephfs deployment. Signed-off-by: Francesco Pantano <[email protected]>
9be3f13 to
29fc189
Compare
|
recheck |
aefa5f1 to
0ea83ac
Compare
|
/test glance-operator-build-kuttl |
|
recheck |
598f4c4 to
883cd6d
Compare
|
/test glance-operator-build-kuttl |
883cd6d to
29fc189
Compare
|
recheck |
1 similar comment
|
recheck |
tosky
left a comment
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.
For the record, as discussed with @fmount, it is not feasible to add a shared code to delete the resources because the tests are not really independent (same test suite)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fmount, tosky 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 |
e107825
into
openstack-k8s-operators:main
|
/cherry-pick 18.0-fr4 |
|
@tosky: #838 failed to apply on top of branch "18.0-fr4": In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
I think it's ok to not cherry pick this change and target the CI bump to FR5 along with Ceph Tentacle |
I thought it made sense to at least have the jobs working in 18.0-fr4, otherwise they just burn CPU time without being useful at all. |
Currently
Zuulkuttl jobs fail due to the fact we're not de-allocatingPVCsafter eachkuttltest execution. This patch aims to improve the cleanup process by removing them as part of the cleanup step.Jira: https://issues.redhat.com/browse/OSPRH-22400