-
Notifications
You must be signed in to change notification settings - Fork 90
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
Integrate UPF feature and tests #883
base: main
Are you sure you want to change the base?
Conversation
Hi @char-1ee I've already re-launched the runners, they should work fine now. But your codes still fail to pass these tests, please double check your codes and re-run the failed tests untill all of them are passed. |
23d83a1
to
03f0a07
Compare
f7a6985
to
c59492b
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.
- add the recompiled firecracker-container binaries
- use gomft
- other comments
@@ -39,7 +39,7 @@ replace ( | |||
) | |||
|
|||
replace ( | |||
github.com/firecracker-microvm/firecracker-containerd => github.com/vhive-serverless/firecracker-containerd v0.0.0-20230912063208-ad6383f05e45 | |||
github.com/firecracker-microvm/firecracker-containerd => github.com/char-1ee/firecracker-containerd v0.0.0-20231018191519-49cac5eea134 |
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.
don't forget to update our fork after testing
67a757a
to
95e511d
Compare
Signed-off-by: char-1ee <[email protected]>
Signed-off-by: char-1ee <[email protected]>
Signed-off-by: char-1ee <[email protected]>
Signed-off-by: char-1ee <[email protected]>
Signed-off-by: char-1ee <[email protected]>
95e511d
to
5c2fff5
Compare
Signed-off-by: char-1ee <[email protected]>
3f9c8eb
to
0ffd48d
Compare
Signed-off-by: char-1ee <[email protected]>
Summary
Integrate the firecracker snapshot UPF features and enable UPF tests.
Implementation Notes ⚒️
default-rootfs.img
External Dependencies 🍀
Breaking API Changes⚠️
Simply specify none (N/A) if not applicable.