vmm_tests: Restabilize some unstable tests#3761
Open
smalis-msft wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates VMM integration test annotations to treat a handful of previously “unstable_” configurations as stable again, so failures will block PRs and help drive follow-up fixes. The changes are confined to vmm_tests multi-architecture test manifests.
Changes:
- Remove the
unstable_prefix fromopenvmm_openhcl_uefi_x64[vbs](windows_datacenter_core_2025_x64_prepped)in multiarch “frontpage”, “boot_single_vp”, “boot_nvme_vpci_relay”, and TPM test matrices. - Remove the
unstable_prefix fromhyperv_openhcl_uefi_aarch64(windows_11_enterprise_aarch64)in theboot_no_agentmatrix.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| vmm_tests/vmm_tests/tests/tests/multiarch/tpm.rs | Marks the OpenVMM+OpenHCL UEFI x64 VBS + Windows Server 2025 prepped TPM configuration as stable (no longer unstable_). |
| vmm_tests/vmm_tests/tests/tests/multiarch.rs | Marks selected OpenVMM+OpenHCL UEFI x64 VBS + Windows Server 2025 prepped configs as stable, and makes the Hyper-V+OpenHCL UEFI aarch64 Windows 11 config stable in boot_no_agent. |
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.
These tests have a single digit number of failures in the last 100 runs. Restabilize them (after running CI on this PR many times to try and catch a failure) to act as a forcing function to fixing them, with hopefully little pain.