generated from coulomb/repo-seed
Document activity-core scheduling and completed e2e shim migration
Update runbook for SAND-WP-0004: make e2e delegates to validate run.
This commit is contained in:
@@ -82,6 +82,22 @@ Uses `e2e/docker-compose.smoke.yml` (nginx on `127.0.0.1:18080`).
|
|||||||
|
|
||||||
| Legacy | Replacement |
|
| Legacy | Replacement |
|
||||||
|--------|-------------|
|
|--------|-------------|
|
||||||
| `make e2e REPO=` | `validate run ~/REPO` (SAND-WP-0004 shim pending) |
|
| `make e2e REPO=` | Still works — delegates to `validate run` (SAND-WP-0004) |
|
||||||
| `python -m e2e_framework` | `validate run` |
|
| `python -m e2e_framework` | Deprecated wrapper → `validate run` |
|
||||||
| Embedded SSH provision | `sandboxer create` (sand-boxer) |
|
| Embedded SSH provision | `sandboxer create` (sand-boxer) |
|
||||||
|
|
||||||
|
## activity-core scheduling
|
||||||
|
|
||||||
|
Instructions and cron jobs should invoke:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
validate run /path/to/repo --host "${SANDBOXER_HOST}" --no-report
|
||||||
|
```
|
||||||
|
|
||||||
|
or, from a the-custodian checkout:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make e2e REPO=<slug>
|
||||||
|
```
|
||||||
|
|
||||||
|
Set `SANDBOXER_HOST` and `SANDBOXER_COMPOSE_CMD` in the instruction environment.
|
||||||
Reference in New Issue
Block a user