Skip to content

Conversation

@sjmiller609
Copy link
Collaborator

@sjmiller609 sjmiller609 commented Dec 11, 2025

Note

Allocates a fresh network and regenerates the config disk when starting a VM, adds cleanup rollback, and introduces a pre-build clean step in CI with an expanded Makefile clean target.

  • Backend (instances):
    • lib/instances/start.go:
      • Allocate fresh network via CreateAllocation; update stored IP/MAC.
      • Add gVisor cleanup stack to rollback network on failures.
      • Regenerate config disk before boot with new network config.
      • Simplify flow; remove recreate/get allocation logic.
  • CI:
    • .github/workflows/test.yml: Add make clean step before build.
  • Build:
    • Makefile: Add clean to phony targets; expand clean to remove embedded Cloud Hypervisor and Caddy binaries and exec-agent.

Written by Cursor Bugbot for commit 514591f. This will update automatically on new commits. Configure here.

@sjmiller609 sjmiller609 requested a review from rgarcia December 11, 2025 16:21
@sjmiller609 sjmiller609 merged commit c76e9e9 into main Dec 11, 2025
4 checks passed
@sjmiller609 sjmiller609 deleted the fix-start branch December 11, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants