WIP - Adding lseval job and added wait for testing#79585
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughAdds a new periodic OpenShift CI test job ChangesLSEval Periodic Test Job
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 11 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (11 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.20.yaml (1)
162-162: ⚡ Quick winClarify the purpose of the
- ref: waitstep.In
ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.20.yaml(line 162),- ref: waitmaps toci-operator/step-registry/wait/wait-ref.yaml, which is a time-based wait gate (wait-commands.sh) that proceeds only after theTIMEOUTis reached—here overridden toTIMEOUT: +6 hours.Add a short config comment explaining why this additional 6-hour wait is required for
lseval-periodic(and whether/when it can be reduced/removed).🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.20.yaml` at line 162, Add a short inline comment next to the `- ref: wait` step (the wait step that maps to `ci-operator/step-registry/wait/wait-ref.yaml`) explaining that this is a time-based gate using `wait-commands.sh` and that `TIMEOUT` has been overridden to `+6 hours` specifically to allow `lseval-periodic` to complete long-running evaluation jobs; also state under what conditions this duration can be reduced or removed (e.g., when `lseval` runtime improvements are implemented or flakiness/queueing is reduced) and include who to contact or a JIRA/issue reference for future removal/tuning.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In
`@ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.20.yaml`:
- Line 162: Add a short inline comment next to the `- ref: wait` step (the wait
step that maps to `ci-operator/step-registry/wait/wait-ref.yaml`) explaining
that this is a time-based gate using `wait-commands.sh` and that `TIMEOUT` has
been overridden to `+6 hours` specifically to allow `lseval-periodic` to
complete long-running evaluation jobs; also state under what conditions this
duration can be reduced or removed (e.g., when `lseval` runtime improvements are
implemented or flakiness/queueing is reduced) and include who to contact or a
JIRA/issue reference for future removal/tuning.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 0437aa5f-724f-4e13-b5b0-c1ea1ef4a463
⛔ Files ignored due to path filters (1)
ci-operator/jobs/openshift/lightspeed-service/openshift-lightspeed-service-main-periodics.yamlis excluded by!ci-operator/jobs/**
📒 Files selected for processing (1)
ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.20.yaml
|
/pj-rehearse periodic-ci-openshift-lightspeed-service-main-4.20-lseval-periodic |
|
@JoaoFula: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
10e3054 to
405b3ee
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.20.yaml`:
- Around line 152-157: The cluster claim lease (`timeout:` under the cluster
claim block) is too short (2h00m0s) for the test's runtime (`env.TIMEOUT` is +6
hours); update the `timeout:` value to at least 7h0m0s (6h test + 1h buffer) so
the cluster lease covers the full `TIMEOUT` duration and teardown overhead.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 71e9c78c-578f-461e-904b-2e0628a69500
⛔ Files ignored due to path filters (1)
ci-operator/jobs/openshift/lightspeed-service/openshift-lightspeed-service-main-periodics.yamlis excluded by!ci-operator/jobs/**
📒 Files selected for processing (1)
ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.20.yaml
Adding lseval job and added wait for testing Adding lseval job and added wait for testing
405b3ee to
d92ae84
Compare
|
/pj-rehearse periodic-ci-openshift-lightspeed-service-main-4.20-lseval-periodic |
|
@JoaoFula: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@JoaoFula: The following tests failed, say
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 by CodeRabbit
This PR updates the OpenShift CI configuration for the lightspeed-service repository by adding a new periodic test job and a short wait step for testing.
What changed in practical terms:
This change enables a weekly GPU-based evaluation run for Lightspeed Service model evaluation in the existing OpenShift CI pipeline.