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
|
This job will have to be triggered manually by someone with Hopefully the job still works after > 1 year 😄. |
|
I guess we'll find out: https://github.com/containerd/containerd/actions/runs/5014923435 :) |
|
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: