Skip to content

Commit d18e48c

Browse files
authored
fix(ci): ignore profiling-only resource gate failures (#102894)
1 parent 44ee7b3 commit d18e48c

4 files changed

Lines changed: 1314 additions & 219 deletions

File tree

.github/workflows/openclaw-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
then
373373
effective_status=0
374374
{
375-
echo "Kova returned a partial release-gate verdict for filtered performance coverage, but all selected scenarios passed and no baseline regression was reported."
375+
echo "Kova returned a non-zero release-gate verdict, but the trusted report adapter found only filtered coverage or profiling-affected resource thresholds with no baseline regression."
376376
echo
377377
} >> "$GITHUB_STEP_SUMMARY"
378378
fi

0 commit comments

Comments
 (0)