Skip to content

feat: add E2E infrastructure with OCI images, Helm chart, and test crate#2

Merged
fullzer4 merged 24 commits into
mainfrom
feat/e2e-infra
Jun 17, 2026
Merged

feat: add E2E infrastructure with OCI images, Helm chart, and test crate#2
fullzer4 merged 24 commits into
mainfrom
feat/e2e-infra

Conversation

@fullzer4

Copy link
Copy Markdown
Owner

Add complete E2E testing infrastructure:

  • CRD gen binary for generating NiphasWorkload CRD YAML
  • Per-binary Nix packages with shared cargoArtifacts
  • OCI images via dockerTools (operator, eval, csi, runner, mock-eval)
  • Full Helm chart with RBAC, ConfigMap, CSI DaemonSet, and eval Service
  • E2E test crate with mock eval server and 5 platform tests
  • CI L3 job with kind cluster, helm install, and nextest

@fullzer4 fullzer4 self-assigned this Jun 15, 2026
Add complete E2E testing infrastructure:
- CRD gen binary for generating NiphasWorkload CRD YAML
- Per-binary Nix packages with shared cargoArtifacts
- OCI images via dockerTools (operator, eval, csi, runner, mock-eval)
- Full Helm chart with RBAC, ConfigMap, CSI DaemonSet, and eval Service
- E2E test crate with mock eval server and 5 platform tests
- CI L3 job with kind cluster, helm install, and nextest
fullzer4 added 20 commits June 15, 2026 17:06
- Add VitePress project in docs/ with architecture, components, and reference sections
- Add nix/docs.nix flake-parts module (buildNpmPackage, darkhttpd wrapper, OCI image)
- Add technical documentation .md files at root for GitHub browsing
- Add nodejs to devShell for local docs development
- Recreate hack/kind-config.yaml for CI
- Remove old hack/test-app and e2e scripts (replaced by proper infra)
- Update .gitignore for VitePress artifacts
fullzer4 added 3 commits June 16, 2026 18:52
VitePress hangs indefinitely after build due to orphaned esbuild
processes (vuejs/vitepress#64, never fixed upstream). Switch to mdBook
which builds instantly as a native Rust binary with zero sandbox issues.

- Replace VitePress project with mdBook (book.toml + src/ structure)
- Simplify nix/docs.nix to use pkgs.mdbook (no Node.js needed)
- Replace nodejs with mdbook in devShell
- Update .gitignore for mdBook output
All documentation now lives in docs/src/ and is served via mdBook.
README.md stays in root as the GitHub landing page.
@fullzer4 fullzer4 merged commit 04f677b into main Jun 17, 2026
7 checks passed
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