-
Notifications
You must be signed in to change notification settings - Fork 139
Add mmds version 2 support #441
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
Add mmds version 2 support #441
Conversation
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 pending #445 to verify the new integration tests. Thanks!
984e300
to
212cc9f
Compare
Closes firecracker-microvm#437 Signed-off-by: Mathis Joffre <[email protected]>
0afcb35
to
514069d
Compare
I squashed my two commits together but I don't find a proper way to squash the squashed commit and merge commit. |
My method is to rebase off main and force push to the PR branch, but I can squash and merge on this end if that helps. |
Thanks for the advice @austinvazquez , I will try next time. Thanks for the merge too, but as I see it seems buildkite failed due to network problems.
It's not the first time I see this, maybe the test is unstable but I don't know why. An issue should be raised, I think. |
It is somewhat a pipeline issue. #418 is one solution, but long story short the pipeline builds a rootfs using Firecracker's devtool which can sometimes silently fail. Not related to your change. |
I see, thanks for you explanation @austinvazquez . 💯 |
Closes #437
Signed-off-by: Mathis Joffre [email protected]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.