forked from confidential-containers/cloud-api-adaptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/e2e: Add image cleanup workaround
Due to an issue with containerd not caching images with snapshotter labels and peer-pods using the nydus-snapshotter to implement the image pull on guest, we see failures do to the pause image (and potentially other test images) having been pulled with overlayfs. This means that nydus-snapshotter doesn't trigger the guest_pull code, so to get this working, we first need to clean up images that have already been cached locally. For the CI I've written a debug container that does this, so run it after provisioning of the cluster and hopefully the tests will then pass. Signed-off-by: stevenhorsman <[email protected]>
- Loading branch information
1 parent
8335fea
commit 16417bf
Showing
3 changed files
with
125 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters