Fix Windows CI failure reporting and retain benchmark attempts - #159
Merged
Merged
Conversation
Check every native exit status in Windows CLI validation and normalize the four temporary-path fixtures that fail under the runner's 8.3 service-profile alias. Retain both bounded lifecycle attempts and publish acceptance.json only after validation. Cover workflow failure propagation, attempt retention, and both unstable sample sets from run 35562857677 without changing performance thresholds or retries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Pedro Henrique Penna (ppenna)
September 21, 2026 05:44
View session
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The workflow fixes are coherent, bounded, and covered by targeted Windows regression tests.
Review effort: Balanced
Findings: None
What changed in this PR
Fixes Windows CI failure propagation and preserves lifecycle benchmark evidence.
Changes:
- Propagates every Windows validation command failure.
- Retains benchmark attempts while publishing only validated results.
- Adds regressions and diagnostic documentation.
| File | Description |
|---|---|
.github/actions/validate-nvx/action.yml |
Fails immediately on native command errors. |
.github/actions/run-benchmark/action.yml |
Preserves attempts and gates accepted output. |
scripts/test_nvx_tools.py |
Tests PowerShell failures and benchmark outcomes. |
scripts/test_performance.py |
Adds unstable-sample regressions. |
doc/benchmarks.md |
Documents retained evidence and diagnosis. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
Make Windows CI fail faithfully and retain the evidence from bounded lifecycle remeasurement.
Investigation
Investigated run 35562857677, attempt 1 at NVX
02d889db1768d4d1208407014f359e46f13e5399and OpenVMM64054d7a7275c2c6d66c2bbb10f77ec777e11889in a new isolated worktree. This was a faileddevpush, not PR supersession.The Windows acceptance step correctly rejected both snapshot-generation samples:
capture.mapped_memory_flush(~1.18 s versus ~0.70 s). Other capture phases stayed near a combined 60 ms; boot and restore succeeded.The preserved CI JSON reproduces exit 75. Fresh exact-artifact runs on the same
azure-windows-1host and onazure-windows-2pass unchanged. The executable, kernel, and initramfs SHA-256 hashes match the failed run. This supports host-side mapped-RAM-flush variability, not an established VMM regression; the external trigger for the original prolonged slow regime remains unproven. No VMM source, durability behavior, stability threshold, retry count, or tracked performance baseline is changed here.The same job also contained four failed CLI tests hidden by a successful validation step. Those failures reproduce deterministically with the Network Service 8.3 temporary-directory alias. PowerShell continued past the failed native unittest command, and a later successful help command masked its exit status.
Changes
acceptance-attempt-1.jsonandacceptance-attempt-2.json, including rejected profiles. Copy only a validated result toacceptance.json, removing stale accepted output before measuring.This PR fixes the concrete CI correctness and evidence-loss defects; it does not claim to eliminate transient Windows flushing jitter or hide it with additional retries.
Validation
azure-windows-1passes every Windows benchmark action step at the committed revision with the original CI artifacts: LAPIC correctness (1/2/4/8 vCPUs), lifecycle acceptance (1 warmup + 10 runs), performance suite, multi-vCPU restore, device I/O, and result collection.