fix(ci): repair beta performance and mention gates (#113795)

This commit is contained in:
Peter Steinberger
2026-07-25 11:56:00 -07:00
committed by GitHub
parent 24d16b39c8
commit fdb511f5a1
3 changed files with 4 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ describe("OpenClaw performance workflow", () => {
it("pins the Kova evaluator with release validation contracts", () => {
const workflow = readFileSync(WORKFLOW, "utf8");
const canonicalKovaRef = "1bf080f6dbf8800a3187591493f2551824e4ccc7";
const canonicalKovaRef = "517952b835640a368c4af6dfe6dc8365ae841b57";
const legacyKovaRef = "f3d037b5b8aacd6adf8ef1dd2ea4c1d778ec7c6c";
const install = findStep("Install OCM and Kova");
const installRun = install.run ?? "";