Implement initial setup for local validation - #43
Draft
artemnikitin wants to merge 2 commits into
Draft
Conversation
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.
Summary
Adds the first local-only Firework validation harness from #42/#15.
CI integration is intentionally deferred to Milestone 2; this PR focuses on making the complete flow runnable locally first.
Usage
Set the Linux Firecracker binary, kernel, rootfs, and AWS region, then run:
The rootfs must be an ext4 image containing BusyBox. The runner copies it before injecting the local test init, so the supplied image is not modified.
FIREWORK_E2E_KEEP=1retains the lab and bucket for inspection; the generated manifest provides the cleanup command.See
validation/e2e-local/README.mdfor prerequisites and platform options.Verification
make testmake build-linux-amd64make build-linux-arm64bash -n validation/e2e-local/scripts/*.shgit diff --checkThe privileged Firecracker/S3 end-to-end run still requires a Linux KVM environment or Lima plus AWS credentials and local Firecracker assets; it was not executed in the development sandbox.