Improve ATVM watcher status metadata and run workflow

This commit is contained in:
2026-04-14 07:56:53 -04:00
parent 6403fa3d42
commit a22ff8edf1
7 changed files with 91 additions and 19 deletions

View File

@@ -83,6 +83,8 @@ Optional metadata for better status formatting:
- `ATVM_WATCHER_CONFIG_FAMILY`
- `ATVM_WATCHER_MIGRATION_STYLE`
- `ATVM_WATCHER_INTEGRATION_PLUGIN`
- `ATVM_WATCHER_TEMPLATE_COMMAND`
- `ATVM_WATCHER_RUNNER_COMMAND`
- `ATVM_WATCHER_SCOPE_DESCRIPTION`
- `ATVM_WATCHER_CATEGORIZED`
@@ -94,6 +96,8 @@ This helper writes a per-run environment file and starts the matching instance:
./start-atvm-run-watcher.sh \
--build-name e2e-redhat9.6-ubuntu24.04-w2k25-fc \
--template cmc-e2e \
--template-command "python3 ./cmc-templates.py --template_name cmc-e2e --config_file cypress.atvm-config-gold.ts" \
--runner-command "python3 ./run-sorry-cypress.py --config_file cypress.atvm-config-gold.ts --build_name e2e-redhat9.6-ubuntu24.04-w2k25-fc --categorize" \
--config-family gold \
--migration-style "ATVM end-to-end migration validation" \
--integration-plugin "pure with fc" \