pub fn run_sp_kv_v1_single_ring_and_pinning(
spec_path: &Path,
lane_path: PathBuf,
input: Vec<u8>,
wait: WaitPreset,
pinning: PinningPreset,
) -> Result<Value, String>Expand description
Validate and execute a v1 spec.kv file using the OSS bring-up SingleRing executor,
applying a pinning preset to stage threads (best-effort).