OLS-3670 - adding lseval presubmits evaluation to ols#82363
Conversation
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JoaoFula The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughAdds an ChangesLSEval presubmit workflow
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ 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 |
|
@JoaoFula: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Adds a new
ols-lseval-presubmitpresubmitjob for
openshift/lightspeed-servicethatruns the lseval short dataset (10 questions)
across 6 providers sequentially.
run_if_changedon evalconfigs, test files, provider code, prompts,
RAG, and tools
1h30m timeout
watsonx, vertex, bedrock-iam (all from
test-credentialsnamespace)tests/scripts/test-lseval-presubmit.shDependencies
first (adds the test script and configs
this job invokes)
Test plan
make updateregenerates cleanly(already run, generated jobs included in
this PR)
eval/provider files after both PRs merge
Summary by CodeRabbit
Adds an
ols-lseval-presubmitOpenShift CI job foropenshift/lightspeed-service. The job runs the 10-question lseval short dataset sequentially across six providers on an AWS us-east-1 FIPS OpenShift 4.22 cluster, with a 1h30m timeout.It triggers for changes to evaluation configuration, tests, provider code, prompts, RAG, or tools; mounts provider credentials from
test-credentials; depends onlightspeed-service-api; and executestests/scripts/test-lseval-presubmit.sh.