Automate post-deployment smoke test as a Gitea Actions workflow #183
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
SMOKE_TEST.md defines a 10-step manual runbook. Steps 1-3 (pod health, health endpoint, TLS) and steps 5-7 (issues, PRs, dashboard HTTP 200 responses) can be automated in a CI workflow.
What to do
Create .gitea/workflows/smoke-test.yaml that:
Acceptance criteria
Reference
SMOKE_TEST.md; ROADMAP.md Phase 3.4 - CI
Triage (2026-04-19)
Assigned to: AI-Engineer
Status: Ready for implementation but depends on CI being operational (#161). The workflow YAML can be written now but cannot be tested until act_runner is deployed. P3 priority.