You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,16 @@ make test
21
21
22
22
This automatically fetches the canonical config if not present.
23
23
24
+
## CI/CD
25
+
26
+
This repo uses the shared `opentofu.yml` workflow from `shared-workflows`. It runs on `ubuntu-latest` with the `tfroot-runner` container from GHCR.
27
+
28
+
### Failure Modes
29
+
30
+
**"manifest unknown" error:** The `tfroot-runner:latest` image doesn't exist in GHCR. Check if the `images` repo Build workflow succeeded.
31
+
32
+
**Pre-commit failures:** If hooks fail unexpectedly, the canonical config may have changed. Delete `.pre-commit-config.yaml` locally and re-run `make test` to fetch the latest.
33
+
24
34
## Related Repositories
25
35
26
36
-`images` - Contains tfroot-runner image and canonical pre-commit config
0 commit comments