From 0ea7b2a5435e52b74e2aeb6b303c7c362e92c585 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 12 Jul 2026 07:42:35 +0800 Subject: [PATCH] ci(perf): pin optimized Kova evaluator (#104772) --- .github/workflows/openclaw-performance.yml | 4 ++-- test/scripts/openclaw-performance-workflow.test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/openclaw-performance.yml b/.github/workflows/openclaw-performance.yml index 0eeacccfe619..8ab80d7a0b0f 100644 --- a/.github/workflows/openclaw-performance.yml +++ b/.github/workflows/openclaw-performance.yml @@ -50,7 +50,7 @@ on: kova_ref: description: openclaw/Kova Git ref to install required: false - default: 5425ee9e6c59cc18c1fd52a65df09fbc758381a7 + default: 2b02b7d33418db0c6952c4cf8fe8a608e7964859 type: string dispatch_id: description: Optional parent workflow dispatch identifier @@ -153,7 +153,7 @@ jobs: include_filters: "scenario:agent-cold-warm-message" expected_release_entries: "agent-cold-warm-message:mock-openai-provider" env: - KOVA_REF: ${{ inputs.kova_ref || '5425ee9e6c59cc18c1fd52a65df09fbc758381a7' }} + KOVA_REF: ${{ inputs.kova_ref || '2b02b7d33418db0c6952c4cf8fe8a608e7964859' }} KOVA_HOME: ${{ github.workspace }}/.artifacts/kova/home/${{ matrix.lane }} PERFORMANCE_HELPER_DIR: ${{ github.workspace }}/.artifacts/performance-workflow REPORT_DIR: ${{ github.workspace }}/.artifacts/kova/reports/${{ matrix.lane }} diff --git a/test/scripts/openclaw-performance-workflow.test.ts b/test/scripts/openclaw-performance-workflow.test.ts index 8f5a8e85e5d7..b8b5c4304365 100644 --- a/test/scripts/openclaw-performance-workflow.test.ts +++ b/test/scripts/openclaw-performance-workflow.test.ts @@ -82,7 +82,7 @@ describe("OpenClaw performance workflow", () => { it("pins the Kova evaluator with release validation contracts", () => { const workflow = readFileSync(WORKFLOW, "utf8"); - const kovaRef = "5425ee9e6c59cc18c1fd52a65df09fbc758381a7"; + const kovaRef = "2b02b7d33418db0c6952c4cf8fe8a608e7964859"; const install = findStep("Install OCM and Kova"); const installRun = install.run ?? "";