What problem does it solve?
Verifies builds, ensures deployments are live, confirms the commit SHA exists on GitHub, and finalizes the canonical test_results.json with deployment details before reporting readiness.
Core Features & Use Cases
- Build verification: verify that the project builds successfully and surface failures for remediation.
- Preview and deployment validation: ensure the live deployment is reachable and correctly configured, and that deployment artifacts are recorded.
- Commit provenance verification: check that the HEAD commit exists on GitHub and is linked to the deployment, ensuring traceability.
- Test results augmentation: extend test_results.json with deployment fields (commit_sha, preview_url_verified) without replacing existing data.
- Reporting readiness: only mark the release as ready after all checks pass and the gates are satisfied.
Quick Start
Run the DevOps validation step after a merge to extend test_results.json, verify the deployment, and report readiness.