-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[0.10 backport] integration: skip for dockerd #3205
Conversation
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit c175c93) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 54bcf4b) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 07e7f32) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit e870da7) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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.
LGTM
Don't think there are others to skip for 0.10.
@@ -5508,6 +5508,7 @@ RUN echo hello | |||
} | |||
|
|||
func testNamedImageContextTimestamps(t *testing.T, sb integration.Sandbox) { | |||
integration.SkipIfDockerd(t, sb, "direct push") |
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.
Looks like TestNamedImageContextPlatform
is also failing; probably needs a skip added?
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.
Split commits in #3206 so you can cherry pick
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 5505af9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5276a2d
to
b34da50
Compare
all green! bringing this in 👍 |
backports: