fix(ci): verify live provider traffic in performance runs#103073
Merged
Conversation
Contributor
|
Codex review: stale review; fresh review needed. Summary Next step Review history (5 earlier review cycles)
|
vincentkoc
force-pushed
the
fix/kova-workflow-evidence-truth
branch
from
July 9, 2026 18:50
34922c2 to
9ba6f06
Compare
vincentkoc
marked this pull request as ready for review
July 9, 2026 18:51
Contributor
Dependency graph guard clearedThis PR no longer has blocked dependency graph changes. A future dependency graph change requires a fresh
|
vincentkoc
force-pushed
the
fix/kova-workflow-evidence-truth
branch
from
July 9, 2026 19:30
84e14d4 to
c558d46
Compare
Member
Author
|
Merged via squash.
|
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 10, 2026
…03073) * fix(diagnostics): emit provider request timeline events * fix(ci): verify Kova live provider evidence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #103063
What Problem This Solves
Fixes an issue where release performance runs could be configured as live while silently executing only the last requested scenario filter and using mock provider authentication. OpenClaw also did not emit the provider-request timeline event needed to independently prove real provider traffic.
Why This Change Was Made
The performance workflow now uses Kova's comma-delimited include contract, makes the live lane honor its explicit authentication mode, and validates the exact planned and reported scenario, repeat, authentication, and provider-evidence coverage. The embedded model-call boundary now emits one bounded, deduplicated
provider.requesttimeline event for each completed or failed provider call.User Impact
Release validation can no longer report a live provider performance pass without exact scenario coverage and observed live provider requests. Runtime model behavior is unchanged outside opt-in diagnostics timeline output.
Evidence
tbx_01kx43f6km9v03dbw30my07m5j: exact-head focused runtime and workflow tests passed, 43/43.pnpm check:changedpassed: core and core-testtsgo, core and scripts lint, and repository guards.patch is correct, confidence 0.86).