mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 17:21:36 +00:00
ci: pin corrected Kova release evaluator (#103110)
* ci: pin corrected Kova release evaluator * ci: include gateway plugin calibration
This commit is contained in:
committed by
GitHub
parent
fc463e3b61
commit
b8537cd81e
@@ -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}'`);
|
||||
|
||||
Reference in New Issue
Block a user