Fix ATVM watcher service restart after failed units

This commit is contained in:
Anthony Wen
2026-08-03 22:50:04 -04:00
parent 556cce9408
commit 4d1be35ed5
4 changed files with 10 additions and 0 deletions
+7
View File
@@ -206,6 +206,13 @@ Typical controller-side tools:
- `cmc-templates.py`
- `run-sorry-cypress.py`
Default controller watcher wrapper:
- `/opt/atvm-watcher-service/start-atvm-run.sh`
Use that wrapper for watcher-backed ATVM automation launches when present. Do
not search only inside the Cypress checkout for the wrapper; on the ATVM
Cypress controller it is installed under `/opt/atvm-watcher-service`.
Treat their exact location as environment-specific unless a local repo or controller path is available.
## Artifact Recovery and Reporting