-
Notifications
You must be signed in to change notification settings - Fork 200
Run quickstart script as a test #263
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
Labels
kind/enhancement
New feature or request
Comments
Hmm, are they related? |
fangn2
pushed a commit
to fangn2/firecracker-containerd
that referenced
this issue
Mar 23, 2023
Build firecracker and jailer explictly
fangn2
pushed a commit
to fangn2/firecracker-containerd
that referenced
this issue
Mar 23, 2023
* Since firecracker-microvm/firecracker#2125, `cargo build` doesn't build jailer by default. (firecracker-microvm#263) * Fix Benchmark Goroutine (firecracker-microvm#259) * Jailer configuration API cleanup and improved logging with Debug log level (firecracker-microvm#255) * Firecracker is internally has an instance ID, but the SDK didn't have the way to configure the ID. This change connects Config.VMID to the instance ID. (firecracker-microvm#253) * Fixed error that was not being test against in `TestWait` (firecracker-microvm#251) * Fixes issue where socket path may not be defined since the config file has yet to be loaded (firecracker-microvm#230) * Fixed error that was not being test against in `TestNewPlugin` (firecracker-microvm#225) * Download Firecracker 0.21.1 and its jailer from Makefile (firecracker-microvm#218) Signed-off-by: xibz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to verify that the quickstart guide works as expected, we should run the script as an e2e test in the CI system. This will likely require figuring out a way of parsing the script out of the markdown and/or having the markdown just reference a standalone script.
The text was updated successfully, but these errors were encountered: