ci: pin corrected Kova release evaluator (#103110)

* ci: pin corrected Kova release evaluator

* ci: include gateway plugin calibration
This commit is contained in:
Peter Steinberger
2026-07-09 22:43:44 +01:00
committed by GitHub
parent fc463e3b61
commit b8537cd81e
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ describe("OpenClaw performance workflow", () => {
it("pins the Kova evaluator that reads agent payloads", () => {
const workflow = readFileSync(WORKFLOW, "utf8");
const kovaRef = "4f146016583018bad9e24f8e64a6af5f963bb7ee";
const kovaRef = "b20d3b35118841db050a14f241098169aff4b9a2";
expect(workflow).toContain(`default: ${kovaRef}`);
expect(workflow).toContain(`inputs.kova_ref || '${kovaRef}'`);