Skip to content

Fix CRI image pull timeout test for ppc64le#7215

Merged
fuweid merged 1 commit intocontainerd:mainfrom
Jenkins-J:ppc64le-cri-test-fix
Jul 27, 2022
Merged

Fix CRI image pull timeout test for ppc64le#7215
fuweid merged 1 commit intocontainerd:mainfrom
Jenkins-J:ppc64le-cri-test-fix

Conversation

@Jenkins-J
Copy link
Copy Markdown
Contributor

@Jenkins-J Jenkins-J commented Jul 26, 2022

The ghcr.io/containerd/registry:2.7 image does not support the ppc64le architecture, causing the TestCRIImagePullTimeout tests to fail when executed on a ppc64le device. The ghcr.io/containerd/registry:2.7 image is replaced by the ghcr.io/containerd/volume-ownership:2.1 image, allowing all tests to pass. This commit addresses issue #7197.

The ghcr.io/containerd/registry:2.7 image does not support the ppc64le
architecture, causing the TestCRIImagePullTimeout tests to fail when
executed on a ppc64le device.

Replace the ghcr.io/containerd/registry:2.7 image name and index with
the ghcr.io/containerd/volume-ownership:2.1 image and index in the
HoldingContentOpenWriter test.

Change the image pulled in the NoDataTransferred test to the
ghcr.io/containerd/volume-ownership:2.1 image.

Signed-off-by: James Jenkins <[email protected]>
@k8s-ci-robot
Copy link
Copy Markdown

Hi @Jenkins-J. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions 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.

@mikebrow
Copy link
Copy Markdown
Member

/ok-to-test

@Jenkins-J Jenkins-J marked this pull request as ready for review July 26, 2022 16:20
Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks!

@fuweid fuweid linked an issue Jul 27, 2022 that may be closed by this pull request
@fuweid fuweid merged commit 5ce1e46 into containerd:main Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ppc64le - CRI Image Pull Timeout Tests Failing

5 participants