Commit Graph

4 Commits

Author SHA1 Message Date
baf86e5609 ci: semver based on commit message keywords
Some checks failed
Build and Publish ray-serve-apps / build-and-publish (push) Failing after 14m11s
- 'major' in message -> increment major, reset minor/patch
- 'minor' or 'feature' -> increment minor, reset patch
- 'bug', 'chore', anything else -> increment patch
- Release number from git rev-list commit count
- Format: major.minor.patch+release
2026-02-03 15:25:15 -05:00
3fb6d8f9c2 chore: trigger rebuild after S3 storage migration 2026-02-03 15:12:54 -05:00
8ef914ec12 feat: initial ray-serve-apps PyPI package
Some checks failed
Build and Publish ray-serve-apps / lint (push) Failing after 11m2s
Build and Publish ray-serve-apps / publish (push) Has been cancelled
Implements ADR-0024: Ray Repository Structure

- Ray Serve deployments for GPU-shared AI inference
- Published as PyPI package for dynamic code loading
- Deployments: LLM, embeddings, reranker, whisper, TTS
- CI/CD workflow publishes to Gitea PyPI on push to main

Extracted from kuberay-images repo per ADR-0024
2026-02-03 07:03:39 -05:00
eac8f27f2e Initial commit 2026-02-03 11:59:56 +00:00