nebari-dev / nebari-dev/data-science-pack
CI: install-test the example values files
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 7
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 13
Description
Split out from #127: that issue covers authoring the example files (examples/nebari-values.yaml, examples/standalone-values.yaml if applicable, examples/argocd-application.yaml). This one covers making CI prove they actually work, so the examples cannot rot.
Today CI only lints and templates with the NebariApp disabled and never touches any example values:
Acceptance criteria
-
helm templaterenders the chart with each file underexamples/(hostname placeholder substituted) and the output passes the manifest schema validation from #124 - A kind-based CI job runs
helm installwith the example values (standalone example, or the nebari example withnebariapp.enabled=falseif #122 lands onstandalone-supported: no) and waits for the hub to become Ready - Core features verified working on that install, not just "pods up": user login, server spawn reaches a running JupyterLab, shared storage mounted and group-writable, jhub-apps landing page serves. Reuse the existing e2e suite against the example-values deployment rather than writing a parallel one
- The ArgoCD Application example is schema-validated as part of the same job
- Job runs on push/PR alongside the existing lint workflow
Related
- #127 (authoring the examples)
- #124 (kubeconform / schema validation step this builds on)
- #122 (standalone-supported decision gates which example gets the install test)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/lint.yaml and the existing e2e suite, then inspect the example files under examples/ and the schema-validation step from #124. Add a push/PR kind-based job that templates and schema-validates each example, installs a supported example, and reuses the e2e checks. Done means the hub becomes Ready and login, server spawn, shared storage, jhub-apps, and the ArgoCD Application example are verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, helm, kubernetes
- Domain
- ci-cd, devops, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100