Document ATVM missing-config fail-fast rule
Record the operator preference to stop immediately when a requested ATVM config file is missing. Update the ATVM guide, local agent instructions, and run learnings to avoid searching for or substituting alternate config files without explicit direction.
This commit is contained in:
@@ -49,6 +49,8 @@ Typical sequence:
|
||||
- Additional numbered config variants map to corresponding Gold Disks.
|
||||
- Do not default to `cypress.atvm-config.ts`.
|
||||
- Unless the operator explicitly requests another config, use a config file with `gold` in the filename.
|
||||
- If the operator-specified config file is missing, stop immediately and report the missing file.
|
||||
- Do not search for substitute ATVM config files and do not switch to another config unless the operator explicitly instructs it.
|
||||
|
||||
## Available Templates
|
||||
- `cmc-e2e`
|
||||
@@ -63,7 +65,7 @@ Typical sequence:
|
||||
## Command Pattern
|
||||
```bash
|
||||
python3 cmc-templates.py --template <template> --config_file_path ./<config-file> [template options...]; \
|
||||
python3 ./run-sorry-cypress.py --config_file <config-file> --build_name <hyphenated-description-no-spaces>
|
||||
python3 ./run-sorry-cypress.py --config_file <config-file> --build_name <hyphenated-description-no-spaces> [--categorize]
|
||||
```
|
||||
|
||||
## Examples Reference
|
||||
|
||||
Reference in New Issue
Block a user