-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Update volume-copy-up #8524
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
Update volume-copy-up #8524
Conversation
|
Hi @gabriel-samfira. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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/test-infra repository. |
Add new test cases for volumes on both Linux and Windows. These new volumes will be used to test that we don't accidentally mangle volume paths on Linux and that non-C volume mounts work properly when defined in an image on Windows. Signed-off-by: Gabriel Adrian Samfira <[email protected]>
2118e52 to
f8907ab
Compare
mikebrow
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.
LGTM late review :)
|
This job will have to be triggered manually by someone with Hopefully the job still works after > 1 year 😄. |
|
Hmm, looks like an image ( |
|
That's a version from November 2021, so not hugely surprising. Looks like |
|
Yeah. The default value is old. Let me run this action in my fork and see if anything else fails. Will ping back soon. |
|
This PR fixes the test image workflow: #8534 Permissions on |
Add new test cases for volumes on both Linux and Windows. These new volumes will be used to test that we don't accidentally mangle volume paths on Linux and that non-C volume mounts work properly when defined in an image on Windows.
The image version was bumped to
2.2which allows us to build the new images and push them to the registry before we change the tests.Related: