Skip to content

ci(canary): add kind-based helm chart smoke test to Release Canary#1336

Open
TaylorMutch wants to merge 1 commit into
mainfrom
tmutch/helm-release-canary
Open

ci(canary): add kind-based helm chart smoke test to Release Canary#1336
TaylorMutch wants to merge 1 commit into
mainfrom
tmutch/helm-release-canary

Conversation

@TaylorMutch
Copy link
Copy Markdown
Collaborator

@TaylorMutch TaylorMutch commented May 12, 2026

Summary

Adds a kubernetes job to the Release Canary workflow that smoke-tests the published Helm chart in kind. The job installs oci://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 runs openshell 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

  • Adds a Kubernetes Helm (kind) Release Canary job.
  • Provisions kind with helm/kind-action@v1 and installs the published dev Helm chart from GHCR.
  • Disables TLS and the PKI init job for the canary install so the released CLI can register the loopback port-forwarded gateway.
  • Adds failure diagnostics for Helm status, rendered manifests, Kubernetes resources, pod logs, port-forward logs, gateway list, and CLI version.

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

The canary itself runs after the next successful Release Dev workflow once this merges. Manual testing guidance is now split into stacked PR #1440.

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable) - N/A, workflow-only change.

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 12, 2026

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.

@TaylorMutch TaylorMutch force-pushed the tmutch/helm-release-canary branch from 61c1eef to a3fc6ad Compare May 18, 2026 22:50
@TaylorMutch TaylorMutch marked this pull request as ready for review May 18, 2026 22:54
Signed-off-by: Taylor Mutch <taylormutch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant