-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 prune until filter test for podman volume cli #10861
Add prune until filter test for podman volume cli #10861
Conversation
6f6877d
to
d60bfd2
Compare
42ddc77
to
624650d
Compare
I think CI failure is not related. |
As a conclusion of a discussion in containers#10861, until filter is added by this commit to volume ls filters. Signed-off-by: Jakub Guzik <[email protected]>
624650d
to
c4c8729
Compare
It seems only e2e test is needed to make it working after changes made in #11015. I changed the commit and PR description. Adjusted it also to your suggestions. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, jmguzik 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 |
LGTM. It bothers me that |
I will add it. I should do it earlier, forgot so I will do it now. |
Looks like you're also missing a |
This commit follows work started in containers#10756. Changes made in containers#11015 enabled cli support for volume prune --filter until. Adding e2e test closes containers#10579. Signed-off-by: Jakub Guzik <[email protected]>
c4c8729
to
7fa4d2c
Compare
Yes, added. I also reviewed the situation in podman-volume-prune(1). Most of the filters were wrong for this command according to: I updated the info. Good catch, thanks. |
/lgtm |
This commit follows work started in #10756. Changes made in #11015
enabled cli support for volume prune --filter until. Adding e2e test
closes #10579.
Fixes #10579