ci(canary): add kind-based helm chart smoke test to Release Canary#1336
Open
TaylorMutch wants to merge 1 commit into
Open
ci(canary): add kind-based helm chart smoke test to Release Canary#1336TaylorMutch wants to merge 1 commit into
TaylorMutch wants to merge 1 commit into
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
61c1eef to
a3fc6ad
Compare
Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
a3fc6ad to
6ee979a
Compare
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
kubernetesjob to the Release Canary workflow that smoke-tests the published Helm chart in kind. The job installsoci://ghcr.io/nvidia/openshell/helm-chart --version 0.0.0-dev, waits for the gateway pod, port-forwards the service, registers the gateway with the released CLI, and runsopenshell status.The release canary testing skill was split into stacked PR #1440.
Related Issue
N/A - no tracking issue. Originated from a request to extend the existing macOS, Ubuntu, and Fedora canaries with Helm chart coverage.
Changes
Kubernetes Helm (kind)Release Canary job.helm/kind-action@v1and installs the published dev Helm chart from GHCR.Testing
mise run pre-commitpassesThe canary itself runs after the next successful Release Dev workflow once this merges. Manual testing guidance is now split into stacked PR #1440.
Checklist