ci(perf): pin calibrated Kova revision (#107870)

This commit is contained in:
Peter Steinberger
2026-07-14 17:59:43 -07:00
committed by GitHub
parent 525db34f80
commit b2fd0276aa
2 changed files with 3 additions and 3 deletions

View File

@@ -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 ?? "";