dockerfile: mitigate flaky smoke test with timeout#4499
Merged
tonistiigi merged 2 commits intomoby:masterfrom Jan 4, 2024
Merged
dockerfile: mitigate flaky smoke test with timeout#4499tonistiigi merged 2 commits intomoby:masterfrom
tonistiigi merged 2 commits intomoby:masterfrom
Conversation
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
d6fcf64 to
5417741
Compare
6d90500 to
9d8ea7a
Compare
tonistiigi
reviewed
Dec 20, 2023
20258f4 to
6e6dcd0
Compare
tonistiigi
reviewed
Dec 22, 2023
6e6dcd0 to
e52f4c3
Compare
e52f4c3 to
a70384e
Compare
"buildkitd --version" might hang when using emulation during smoke test. Add a timeout to mitigate this issue and avoid blocking CI. This is currently tracked in moby#4491 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
a70384e to
30e54fc
Compare
tonistiigi
approved these changes
Jan 4, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
relates and closes #4491
buildkitd --versionmight hang when using emulation during smoke test. Add a timeout to mitigate this issue to avoid blocking CI.