fix: parse full sentinel dashboard probe output

This commit is contained in:
Codex
2026-06-28 09:14:22 +00:00
parent a0c200acfb
commit 0eb700f07e
2 changed files with 8 additions and 5 deletions
@@ -2094,6 +2094,7 @@ function probeSentinelDashboardBrowser(state: SentinelCicdState, options: Extrac
commandTimeoutMs: options.commandTimeoutSeconds * 1000,
inactivityTimeoutMs: 30000,
runIdPrefix: `web-probe-sentinel-dashboard-${state.spec.nodeId.toLowerCase()}-${state.spec.lane}-${state.sentinelId}`,
stdoutTailBytes: 32768,
}, script);
const result = job.result;
const transport = record(job.transport);