From 0fbb06e6df27ea580e7dcda784877416fba2d2bc Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 3 May 2026 12:57:27 +0100 Subject: [PATCH] ci: use org-owned Kova benchmark --- .github/workflows/openclaw-performance.yml | 5 +++-- docs/ci.md | 2 +- scripts/test-built-bundled-channel-entry-smoke.mjs | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/openclaw-performance.yml b/.github/workflows/openclaw-performance.yml index 7d713ab516f..67c177fc18c 100644 --- a/.github/workflows/openclaw-performance.yml +++ b/.github/workflows/openclaw-performance.yml @@ -36,7 +36,7 @@ on: default: false type: boolean kova_ref: - description: Kova Git ref to install + description: openclaw/Kova Git ref to install required: false default: 51947110f5cacb6ab2c0947594ea9628031c9fcf type: string @@ -51,6 +51,7 @@ concurrency: env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true" OCM_VERSION: v0.2.15 + KOVA_REPOSITORY: openclaw/Kova PERFORMANCE_MODEL_ID: gpt-5.4 jobs: @@ -157,7 +158,7 @@ jobs: mkdir -p "$HOME/.local/bin" "$(dirname "$KOVA_SRC")" curl -fsSL https://raw.githubusercontent.com/shakkernerd/ocm/main/install.sh \ | bash -s -- --version "$OCM_VERSION" --prefix "$HOME/.local" --force - git clone --filter=blob:none https://github.com/shakkernerd/Kova.git "$KOVA_SRC" + git clone --filter=blob:none "https://github.com/${KOVA_REPOSITORY}.git" "$KOVA_SRC" git -C "$KOVA_SRC" checkout "$KOVA_REF" cat > "$HOME/.local/bin/kova" < 0