Skip to main content

Module vm

Module vm 

Source
Expand description

VM-based step runner.

Each step runs inside a lightweight VM managed by HmVm. The source archive is extracted to a host-side temp directory and injected into the VM before the step command runs. System-level state propagates via VM snapshots.

Structsยง

VmRunner
Step runner that executes pipeline steps inside lightweight VMs via the HmVm orchestrator.