-
Notifications
You must be signed in to change notification settings - Fork 633
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
Conversation
.github/workflows/test.yml
Outdated
@@ -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} |
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.
This is not Cirrus, so I guess we have to rename the var to something like WORKAROUND_ISSUE_622
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.
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)
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.
Thanks @AkihiroSuda
It has been change to the WORKAROUND_ISSUE_622 :-)
9a95883
to
3534bc5
Compare
3534bc5
to
f753857
Compare
Signed-off-by: Kay Yan <[email protected]>
f753857
to
2626a21
Compare
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.
Thanks
Thanks @AkihiroSuda for the PR review |
#622 is too much flaky
The CI is often broken by the issue.
So like #734, skip the test in the rootless integration .