mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 16:01:42 +00:00
ci(perf): pin calibrated Kova revision (#107870)
This commit is contained in:
committed by
GitHub
parent
525db34f80
commit
b2fd0276aa
4
.github/workflows/openclaw-performance.yml
vendored
4
.github/workflows/openclaw-performance.yml
vendored
@@ -50,7 +50,7 @@ on:
|
||||
kova_ref:
|
||||
description: openclaw/Kova Git ref to install
|
||||
required: false
|
||||
default: 8fc3ad27ae684f52eae758a913a0009f0d6dca22
|
||||
default: f3d037b5b8aacd6adf8ef1dd2ea4c1d778ec7c6c
|
||||
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 || '8fc3ad27ae684f52eae758a913a0009f0d6dca22' }}
|
||||
KOVA_REF: ${{ inputs.kova_ref || 'f3d037b5b8aacd6adf8ef1dd2ea4c1d778ec7c6c' }}
|
||||
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 }}
|
||||
|
||||
@@ -83,7 +83,7 @@ describe("OpenClaw performance workflow", () => {
|
||||
|
||||
it("pins the Kova evaluator with release validation contracts", () => {
|
||||
const workflow = readFileSync(WORKFLOW, "utf8");
|
||||
const kovaRef = "8fc3ad27ae684f52eae758a913a0009f0d6dca22";
|
||||
const kovaRef = "f3d037b5b8aacd6adf8ef1dd2ea4c1d778ec7c6c";
|
||||
const install = findStep("Install OCM and Kova");
|
||||
const installRun = install.run ?? "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user