feat: add E2E infrastructure with OCI images, Helm chart, and test crate#2
Merged
Conversation
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
…and fixed readiness probe
- 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
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.
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.
Add complete E2E testing infrastructure: