[DO NOT REVIEW YET] fix: Harden BenchmarkRepository init and serialization#110
[DO NOT REVIEW YET] fix: Harden BenchmarkRepository init and serialization#110amito wants to merge 1 commit intollm-d-incubation:mainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
3a1d472 to
56b1a36
Compare
- Add missing `estimated` field to BenchmarkData.to_dict() for round-trip - Make DB connection lazy (validate_connection=False by default) so ConfigFinder() doesn't fail when Postgres is unavailable - Remove hardcoded password from fallback DSN - Stop logging raw database URL on connection failure Signed-off-by: Amit Oren <amoren@redhat.com>
56b1a36 to
f218a38
Compare
* Partially resolves #110 by exposing every single image as env vars Each image is now defined by a tripe of environment variables with suffixes `_REGISTRY`, `_REPO` and `_TAG` A new function, `get_latest_image` will produce the correct image fqn Also, fixed a small bug on `teardown` (delete `pod` **before** deleting pvc) Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/env.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/run.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/05_ensure_harness_namespace_prepared.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/06_deploy_vllm_standalone_models.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/07_invoke_llm-d-deployer.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/07_invoke_llm-d-deployer.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/07_invoke_llm-d-deployer.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/07_invoke_llm-d-deployer.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/07_invoke_llm-d-deployer.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/08_smoketest.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> * Update setup/steps/08_smoketest.sh Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com> Signed-off-by: maugustosilva <maugusto.silva@gmail.com> --------- Signed-off-by: maugustosilva <maugusto.silva@gmail.com> Co-authored-by: Nick Masluk <144150872+namasl@users.noreply.github.com>
No description provided.