fix: pass hwlab v03 rerun to async trigger

This commit is contained in:
Codex
2026-06-14 07:12:06 +00:00
parent 2f602801e4
commit 72aa29317e
+1
View File
@@ -7925,6 +7925,7 @@ function startControlPlaneTriggerJob(options: G14ControlPlaneOptions): Record<st
String(options.timeoutSeconds),
"--wait",
];
if (options.rerun) command.splice(command.length - 1, 0, "--rerun");
return {
command: `hwlab g14 control-plane trigger-current --lane ${options.lane}`,
lane: options.lane,