fix(reboot): separate windows99 verifier timeout
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m4s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-03 02:08:51 +08:00
parent 4f688cf8bd
commit 0dd6d72424
5 changed files with 36 additions and 13 deletions

View File

@@ -1435,8 +1435,8 @@ def _build_windows99_verify_collection_packet(
"VMWARE_AUTOSTART_VERIFY_READY",
],
"no_secret_verify_command": (
"powershell -ExecutionPolicy Bypass -File "
".\\windows99-vmware-autostart.ps1 -Mode Verify"
"powershell -ExecutionPolicy Bypass -Command "
'"& ([scriptblock]::Create([Console]::In.ReadToEnd())) -Mode Verify"'
),
"no_secret_collector_check_command": (
"bash scripts/reboot-recovery/collect-windows99-vmware-verify.sh --check"