Align ATVM coverage and notes with template command
This commit is contained in:
@@ -238,10 +238,11 @@ Status-report expectations:
|
||||
- The default ATVM status template uses flat bullet-list sections for `COVERAGE:` and `TEST FLOW:`, Markdown tables for `SUMMARY:`, `HOSTS:`, and `TIMING:`, and uses `NOTES:` for flat operator-facing notes.
|
||||
- Order the status sections as `SUMMARY:`, `HOSTS:`, `TIMING:`, `COVERAGE:`, `TEST FLOW:`, then `NOTES:`.
|
||||
- Keep `NOTES:` focused on operator-facing value such as the Currents run URL, real anomalies, failure context, or material fallback behavior.
|
||||
- Include the exact `cmc-templates.py` command used to trigger the ATVM automation run in `NOTES:`, without the outer `sshpass`/`ssh` wrapper and without trimming it.
|
||||
- Do not include generic watcher bookkeeping messages in `NOTES:` such as artifact-detection confirmations.
|
||||
- Do not include internal watcher fallback notes in `NOTES:` such as `check-xml-files.ts` validation confirmations or reporter-artifact recovery details.
|
||||
- The `HOSTS:` table includes `Host`, `Kernel`, `Status`, and `Detail` columns in that order.
|
||||
- In `COVERAGE:`, describe the template, datastore/config family, config filename, migration style, plugin/integration path, and other operator-relevant run options, but do not list target hosts there or include verbose prose scope descriptions.
|
||||
- In `COVERAGE:`, describe the important `cmc-templates.py` command inputs such as template, categorize mode, datastore/config family, config filename, migration style, plugin/integration path, and other operator-relevant run options, but do not list target hosts there or include verbose prose scope descriptions.
|
||||
- In `TEST FLOW:`, show the template-specific numbered run flow once for the whole test, not per host.
|
||||
- Resolve the flow from the run template name.
|
||||
- `cmc-e2e` currently uses the 22-step migration flow documented in `/home/aw/code/cds/atvm/docs/automation/status-template.md`.
|
||||
|
||||
@@ -311,6 +311,15 @@ This file stores run-specific examples only when a run produced a new learning r
|
||||
- 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.
|
||||
- Do not include verbose prose lines such as `scope of this run: ...` in `COVERAGE:`.
|
||||
- Treat `COVERAGE:` as a concise reflection of the important `cmc-templates.py` command inputs.
|
||||
|
||||
## Run Learning: 2026-03-27 (Log the exact template command in NOTES)
|
||||
- Observed requirement:
|
||||
- The operator wants `NOTES:` to include the exact `cmc-templates.py` command that triggered the ATVM run.
|
||||
- The outer `sshpass`/`ssh` wrapper should be omitted, but the command itself should not be trimmed even when long.
|
||||
- Action for future runs:
|
||||
- Store and display the exact `cmc-templates.py` command in `NOTES:`.
|
||||
- Omit only the outer remote-execution wrapper.
|
||||
|
||||
## Run Learning: 2026-03-27 (Do not auto-add blacklist excludes for explicitly specified VMs)
|
||||
- Observed requirement:
|
||||
|
||||
@@ -41,11 +41,12 @@ Use this as the default ATVM automation run-status template for:
|
||||
|
||||
**COVERAGE:**
|
||||
- template: `<template-name>`
|
||||
- categorize mode: `enabled` or `disabled`
|
||||
- datastore/config family: `<config family>`
|
||||
- config file: `<config-file-name>`
|
||||
- migration style: `<high-level test style>`
|
||||
- integration/plugin path: `<integration/plugin>`
|
||||
- run options: `<operator-relevant options such as --ignore_force_shutdown>`
|
||||
- run options: `<operator-relevant template flags such as --ignore_force_shutdown>`
|
||||
|
||||
**TEST FLOW:**
|
||||
- <template-specific numbered steps>
|
||||
@@ -73,11 +74,12 @@ Use this as the default ATVM automation run-status template for:
|
||||
- Keep `Detail` concise.
|
||||
- Put broader context under `NOTES:`, not in the host table.
|
||||
- When available, put the persistent Currents run URL in `NOTES:` so operators can open the exact recorded run directly.
|
||||
- Include the exact `cmc-templates.py` command used to trigger the run in `NOTES:`, without the outer `sshpass`/`ssh` wrapper.
|
||||
- Keep `NOTES:` limited to meaningful operator-facing items such as the Currents link, real anomalies, failure context, or important fallback behavior.
|
||||
- Do not include generic watcher bookkeeping lines in `NOTES:` such as "run artifacts were detected" or "final reporting artifacts were detected."
|
||||
- Do not include internal fallback notes in `NOTES:` such as "`check-xml-files.ts` validation passed" or "host details were derived from reporter artifacts."
|
||||
- `COVERAGE:` should describe what the run was intended to cover without listing target hosts.
|
||||
- `COVERAGE:` should also include operator-relevant run options such as the config filename and important flags like `--ignore_force_shutdown`.
|
||||
- `COVERAGE:` should mostly mirror the important `cmc-templates.py` command inputs such as template, categorize mode, config filename, integration/plugin path, and important flags like `--ignore_force_shutdown`.
|
||||
- `TEST FLOW:` should describe the template-specific numbered run flow once for the whole test, not per host.
|
||||
- The watcher resolves `TEST FLOW:` from the run template name.
|
||||
- `cmc-e2e` currently uses this flow:
|
||||
|
||||
Reference in New Issue
Block a user