Expand ATVM coverage details with run options

This commit is contained in:
2026-03-27 17:32:22 -04:00
parent 9024d5cadb
commit 5432240525
5 changed files with 40 additions and 1 deletions

View File

@@ -301,6 +301,16 @@ This file stores run-specific examples only when a run produced a new learning r
- Treat `approve` as approval to run and start the watcher.
- Treat `approve without watcher` as approval to run without starting the watcher.
## Run Learning: 2026-03-27 (Expand coverage details with operator-relevant run options)
- Observed requirement:
- The operator wants `COVERAGE:` to include more than template and datastore family.
- Useful additions include the config filename and important flags such as `--ignore_force_shutdown`.
- Explicit VM names do not need to be repeated there because the host listing already shows them.
- Action for future runs:
- Include the ATVM config filename in `COVERAGE:`.
- Include important operator-relevant run options such as `--ignore_force_shutdown` in `COVERAGE:`.
- Keep `COVERAGE:` focused on run intent and options, not the explicit target-host list.
## Run Learning: 2026-03-27 (Do not auto-add blacklist excludes for explicitly specified VMs)
- Observed requirement:
- When the operator explicitly specifies the VM or VM list to run, they do not want the maintained `--exclude_partial_match` blacklist added automatically.