Files
sand-boxer/e2e/e2e.yml
tegwick e7d31b7f55 Finish SAND-WP-0003: wise-validator extraction workplan
Add workplan, update migration-gaps delivered table, and extend sand-boxer
e2e.yml with health check for validate run self-smoke.
2026-06-23 21:37:08 +02:00

11 lines
350 B
YAML

# Smoke contract for sand-boxer self-deploy verification (SAND-WP-0002-T10).
# Full validation via wise-validator: validate run ~/sand-boxer (SAND-WP-0003).
name: sand-boxer
compose_file: e2e/docker-compose.smoke.yml
health_checks:
- name: smoke-nginx
url: http://127.0.0.1:18080
timeout: 60
test_command: "true"
timeout: 60
cleanup: always