Skip to content
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

Skip the BuildKit tests in the rootless integration #2318

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

yankay
Copy link
Contributor

@yankay yankay commented Jun 22, 2023

#622 is too much flaky
The CI is often broken by the issue.

So like #734, skip the test in the rootless integration .

@@ -149,7 +149,7 @@ jobs:
- name: "Prepare (network driver=slirp4netns, port driver=builtin)"
run: DOCKER_BUILDKIT=1 docker build -t ${TEST_TARGET} --target ${TEST_TARGET} --build-arg UBUNTU_VERSION=${UBUNTU_VERSION} --build-arg CONTAINERD_VERSION=${CONTAINERD_VERSION} .
- name: "Test (network driver=slirp4netns, port driver=builtin)"
run: docker run -t --rm --privileged ${TEST_TARGET}
run: docker run -t --rm --privileged -e WORKAROUND_CIRRUS=1 ${TEST_TARGET}
Copy link
Member

Choose a reason for hiding this comment

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

This is not Cirrus, so I guess we have to rename the var to something like WORKAROUND_ISSUE_622

Copy link
Member

Choose a reason for hiding this comment

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

I’m also wondering if we can try other workarounds, such as using 8.8.8.8? (From my memory we might have already tried that though)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @AkihiroSuda

It has been change to the WORKAROUND_ISSUE_622 :-)

@AkihiroSuda AkihiroSuda added the area/ci e.g., CI failure label Jun 22, 2023
@yankay yankay force-pushed the skip_rootless_build branch 3 times, most recently from 9a95883 to 3534bc5 Compare June 23, 2023 09:22
@yankay yankay changed the title [WIP] Skip the BuildKit tests in the rootless integration Skip the BuildKit tests in the rootless integration Jun 23, 2023
@AkihiroSuda AkihiroSuda requested a review from ktock June 23, 2023 09:43
@yankay yankay force-pushed the skip_rootless_build branch from 3534bc5 to f753857 Compare June 23, 2023 09:50
@yankay yankay force-pushed the skip_rootless_build branch from f753857 to 2626a21 Compare June 23, 2023 13:12
@AkihiroSuda AkihiroSuda added this to the v1.5.0 milestone Jun 26, 2023
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

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

Thanks

@AkihiroSuda AkihiroSuda merged commit 774b6e9 into containerd:main Jun 26, 2023
@yankay
Copy link
Contributor Author

yankay commented Jun 27, 2023

Thanks @AkihiroSuda for the PR review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci e.g., CI failure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants