-
Notifications
You must be signed in to change notification settings - Fork 51
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
[Tempest] Remove cirros image from logs #197
[Tempest] Remove cirros image from logs #197
Conversation
Up until now we were collecting cirros image that is downloaded during the discover-tempest-config phase into the logs folder. The cirros image is not needed artifact and in some edge cases it might happen that the cirros file is too big for it to be stored in the external PV. This patch removes the cirros image before the logs are collected.
lgtm |
just a small nit, like have we tested this change like removing the image not breaking any other stuffs? like just a sanity check would be a good thing to have |
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.
lgtm, thanks
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: kopecmartin, lpiwowar, marios 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 |
d2bd527
into
openstack-k8s-operators:main
In addtion to deleting the files with img extension [0] from the logs folder, delete also qcow2 files. [0] openstack-k8s-operators#197
In addtion to deleting the files with img extension [0] from the logs folder, delete also qcow2 files. [0] openstack-k8s-operators#197
In addtion to deleting the files with img extension [0] from the logs folder, delete also qcow2 files. [0] openstack-k8s-operators#197
Up until now we were collecting cirros image that is downloaded during the discover-tempest-config phase into the logs folder. The cirros image is not needed artifact and in some edge cases it might happen that the cirros file is too big for it to be stored in the external PV.
This patch removes the cirros image before the logs are collected.