atvm: default windows runs to hang_retries 0

This commit is contained in:
2026-05-07 11:13:42 -04:00
parent 28cd8a217f
commit e3497111dd
3 changed files with 9 additions and 0 deletions

View File

@@ -26,6 +26,13 @@ This file stores run-specific examples only when a run produced a new learning r
- For `cmc-migrateops-compute-migration`, include `--set_static_ip_dest` by default unless the operator explicitly asks not to.
- Keep platform selection (`--vm_platforms ...`) based on the operator request while retaining this static-IP default.
## Run Learning: 2026-05-07 (Default Windows-involved ATVM runs to hang retries 0)
- Observed requirement:
- When an ATVM automation run involves Windows guests, runner retry loops should be disabled by default to avoid long post-failure wait cycles.
- Action for future runs:
- For Windows-involved ATVM automation runs, add `--hang_retries 0` to `run-sorry-cypress.py` by default unless the operator explicitly requests a different value.
- Keep this as an operator-default behavior even though the underlying runner option is generic and not Windows-only in code.
## Run Learning: 2026-05-02 (Do not reuse the previous controller status check for a new ATVM request)
- Observed failure mode:
- A later ATVM run request was blocked because the assistant reused the immediately previous controller status result instead of performing a fresh live running-state check at request time.