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:
parent
8d509fc6f1
commit
2889340928
1 changed files with 19 additions and 3 deletions
|
|
@ -82,6 +82,22 @@ Uses `e2e/docker-compose.smoke.yml` (nginx on `127.0.0.1:18080`).
|
|||
|
||||
| Legacy | Replacement |
|
||||
|--------|-------------|
|
||||
| `make e2e REPO=` | `validate run ~/REPO` (SAND-WP-0004 shim pending) |
|
||||
| `python -m e2e_framework` | `validate run` |
|
||||
| Embedded SSH provision | `sandboxer create` (sand-boxer) |
|
||||
| `make e2e REPO=` | Still works — delegates to `validate run` (SAND-WP-0004) |
|
||||
| `python -m e2e_framework` | Deprecated wrapper → `validate run` |
|
||||
| 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue