From 0f66ad4243c04f5ce2504fccdb25dae29969b6bf Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 3 May 2026 13:12:27 +0100 Subject: [PATCH] ci: pin fixed Kova benchmark --- .github/workflows/openclaw-performance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openclaw-performance.yml b/.github/workflows/openclaw-performance.yml index 67c177fc18c..45d32a5d272 100644 --- a/.github/workflows/openclaw-performance.yml +++ b/.github/workflows/openclaw-performance.yml @@ -38,7 +38,7 @@ on: kova_ref: description: openclaw/Kova Git ref to install required: false - default: 51947110f5cacb6ab2c0947594ea9628031c9fcf + default: b63b6f9e20efb23641df00487e982230d81a90ac type: string permissions: @@ -85,7 +85,7 @@ jobs: live: "true" include_filters: "scenario:agent-cold-warm-message" env: - KOVA_REF: ${{ inputs.kova_ref || '51947110f5cacb6ab2c0947594ea9628031c9fcf' }} + KOVA_REF: ${{ inputs.kova_ref || 'b63b6f9e20efb23641df00487e982230d81a90ac' }} KOVA_HOME: ${{ github.workspace }}/.artifacts/kova/home/${{ matrix.lane }} REPORT_DIR: ${{ github.workspace }}/.artifacts/kova/reports/${{ matrix.lane }} BUNDLE_DIR: ${{ github.workspace }}/.artifacts/kova/bundles/${{ matrix.lane }}