|
|
8f9b2203ca
|
feat: add e2e tests + benchmarks
- e2e_test.go: Argo/Kubeflow full payload validation, concurrent requests
- Pipeline dispatch validation, unknown pipeline error handling
- Benchmarks: Argo 218µs/op, Kubeflow 179µs/op
|
2026-02-20 06:45:23 -05:00 |
|
|
|
aeb1b749be
|
feat: rewrite pipeline-bridge in Go
Replace Python implementation with Go for smaller container images.
Uses handler-base Go module for NATS, health, and telemetry.
- main.go: pipeline bridge with Argo/Kubeflow HTTP submission
- main_test.go: 8 tests covering helpers and HTTP submit functions
- Dockerfile: multi-stage golang:1.25-alpine → scratch
- CI: Gitea Actions with lint/test/release/docker/notify
|
2026-02-19 17:52:31 -05:00 |
|