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
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user