From e2fa61106743ddf6d2a594dffc21ca4299d97ee6 Mon Sep 17 00:00:00 2001 From: Bryan Cox Date: Mon, 22 Jun 2026 10:25:53 -0400 Subject: [PATCH] fix: update eval-address-reviews config path The eval config was renamed from address-reviews.yaml to eval-address-reviews.yaml to follow the eval harness naming convention (eval-*.yaml prefix). Co-Authored-By: Claude Opus 4.6 --- .../openshift-eng/ai-helpers/openshift-eng-ai-helpers-main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift-eng/ai-helpers/openshift-eng-ai-helpers-main.yaml b/ci-operator/config/openshift-eng/ai-helpers/openshift-eng-ai-helpers-main.yaml index fd18956a2d971..9fd618f0932a5 100644 --- a/ci-operator/config/openshift-eng/ai-helpers/openshift-eng-ai-helpers-main.yaml +++ b/ci-operator/config/openshift-eng/ai-helpers/openshift-eng-ai-helpers-main.yaml @@ -69,7 +69,7 @@ tests: optional: true steps: env: - EVAL_CONFIG: plugins/utils/evals/address-reviews.yaml + EVAL_CONFIG: plugins/utils/evals/eval-address-reviews.yaml EVAL_MODEL: claude-opus-4-6 EVAL_PARALLELISM: "5" workflow: openshift-claude-agent-eval