fix(reboot): advance windows99 autostart next action
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 2m22s
CD Pipeline / build-and-deploy (push) Successful in 4m30s
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-03 15:14:01 +08:00
parent ab047e7f98
commit 388a3f407b
7 changed files with 26 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ _WINDOWS99_MISSING_VMX_NEXT_SAFE_ACTION = (
"collector_and_scorecard_no_vm_power_change"
)
_WINDOWS99_POWERED_OFF_NEXT_SAFE_ACTION = (
"build_windows99_vmware_autostart_check_mode_package_for_powered_off_aliases_"
"run_windows99_vmware_autostart_check_mode_package_for_powered_off_aliases_"
"then_rerun_no_secret_collector_no_vm_power_change"
)
_WINDOWS99_REQUIRED_VM_ALIASES = ["110", "188", "120", "121", "112"]