You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a post-release validation job to our release workflow to ensure that our release artifacts are functionally correct. Specifically, once a release is published, the job should:
Pull Down Release Assets
Download the freshly released artifacts (e.g., container images, manifests, etc.).
Deploy in a Kind Cluster
Spin up a temporary Kubernetes-in-Docker (Kind) cluster and apply the release artifacts.
Run Conformance Tests
Execute a conformance suite (or our chosen test suite) against the deployed artifacts to validate they meet expected functionality.
By adding this post-release validation step, we can quickly confirm that our published releases are operational and meet our baseline quality standards without having to manually verify each release.
The text was updated successfully, but these errors were encountered:
Add a post-release validation job to our release workflow to ensure that our release artifacts are functionally correct. Specifically, once a release is published, the job should:
Pull Down Release Assets
Deploy in a Kind Cluster
Run Conformance Tests
By adding this post-release validation step, we can quickly confirm that our published releases are operational and meet our baseline quality standards without having to manually verify each release.
The text was updated successfully, but these errors were encountered: