mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
fix(ci): preserve current Kova gate failures (#126034)
This commit is contained in:
@@ -758,6 +758,7 @@ export function evaluateToleratedProfiledKovaReport(
|
||||
return evaluate(() => {
|
||||
const { gate, records, cards, groups } = validateEnvelope(report, options);
|
||||
check(gate.verdict === "DO_NOT_SHIP", "gate verdict was not DO_NOT_SHIP");
|
||||
check(!options.requireInstrumentedPerformanceContract, "current producer retained failure");
|
||||
check(
|
||||
records.every((record) => record.status === "PASS" || record.status === "FAIL"),
|
||||
"invalid record status",
|
||||
|
||||
Reference in New Issue
Block a user