OTA-1870: OLS-service: add cluster-updates periodic evaluation job#81342
OTA-1870: OLS-service: add cluster-updates periodic evaluation job#81342fao89 wants to merge 1 commit into
Conversation
|
@fao89: This pull request references OTA-1870 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
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: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdds a new periodic CI test entry for lightspeed-service 4.21 with an AWS cluster claim, ChangesPeriodic Test Configuration
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5 | ❌ 10❌ Failed checks (10 inconclusive)
✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fao89 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 |
…evaluation job Depends-On: openshift/lightspeed-service#2908 Add a new periodic CI job to evaluate OLS cluster update prompts. This job runs daily at 14:10 UTC and tests OLS responses across 5 OpenShift cluster upgrade scenarios: - Precheck analysis (Update Service health, cluster history, available updates) - Targeted upgrade path validation - Cluster health assessment at latest version - Real-time upgrade progress monitoring - Upgrade failure diagnosis and remediation The test uses GPT-4o-mini model and validates evaluation artifacts with 0% error rate requirement. It follows the same pattern as ols-evaluation-periodics but focuses specifically on cluster upgrade workflow AI responses. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-lightspeed-service-main-4.21-ols-cluster-updates-periodics |
|
@fao89: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@fao89: The following test 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. |
Depends-On: openshift/lightspeed-service#2908
Add a new periodic CI job to evaluate OLS cluster update prompts. This job runs daily at 14:10 UTC and tests OLS responses across 5 OpenShift cluster upgrade scenarios:
The test uses GPT-4o-mini model and validates evaluation artifacts with 0% error rate requirement. It follows the same pattern as ols-evaluation-periodics but focuses specifically on cluster upgrade workflow AI responses.
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
Summary by CodeRabbit
Added a new daily periodic Prow job to the OpenShift CI configuration for the
openshift-lightspeed-servicecomponent (ci-operator/config/openshift/lightspeed-service/openshift-lightspeed-service-main__4.21.yaml):ols-cluster-updates-periodics. The job runs at 14:10 UTC (cron: 10 14 * * *) and provisions an AWS FIPS cluster claim (amd64,us-east-1,variant: fips, version4.21).In that workflow, the job executes the
cluster-updatestest using the latest CLI image, runstests/scripts/test-cluster-updates.shwith the required OLS provider/model configuration, and mounts the needed provider credential secrets (bam, azureopenai, openai, watsonx, vertex, plus an offline token). It also configures container CPU (100m) and wires the Lightspeed service dependency viaenv: OLS_IMAGE(usinglightspeed-service-api).Practically, this expands CI coverage for validating OLS cluster upgrade/workflow AI responses across the cluster update lifecycle—precheck analysis, targeted upgrade path validation, health checks at the latest version, live upgrade progress monitoring, and upgrade failure diagnosis/remediation—using GPT-4o-mini with strict evaluation requirements (including a 0% error rate for evaluation artifacts).