Document testworkloadsetversions.json in MSI installation tests README#54498
Open
dsplaisted wants to merge 2 commits into
Open
Document testworkloadsetversions.json in MSI installation tests README#54498dsplaisted wants to merge 2 commits into
dsplaisted wants to merge 2 commits into
Conversation
The MSI installation tests' workload-set test classes (WorkloadSetTests, WorkloadSetTests2, VSWorkloadTests, and any other class derived from WorkloadSetTestsBase) require a testworkloadsetversions.json file inside the VM at C:\SdkTesting\workloadsets\testworkloadsetversions.json. The file specifies workload set versions to install and update between, but its existence and schema were not previously documented. Add a new 'Workload set test versions' section to the README covering the file location, the schema (required keys version1, versionpreview, version2; optional keys previousbandversion, needsIncludePreviews with defaults), guidance on choosing versions, and an example, plus a cross-reference from the VM setup instructions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the required testworkloadsetversions.json file used by the MSI installation workload-set tests, so contributors can configure VM images correctly and understand the expected schema.
Changes:
- Adds a new “Workload set test versions” README section describing file location, JSON schema (required/optional keys + defaults), and guidance for selecting versions.
- Adds a cross-reference in the VM setup steps to ensure the file is created when running workload set-related tests.
- Includes an example
testworkloadsetversions.jsonpayload and notes the failure mode when the file is missing.
This was referenced May 29, 2026
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.
The MSI installation tests' workload-set test classes require a testworkloadsetversions.json file inside the VM at C:\SdkTesting\workloadsets\testworkloadsetversions.json. The file specifies workload set versions to install and update between, but its existence and schema were not previously documented.
Add a new 'Workload set test versions' section to the README covering the file location, the schema (required keys version1, versionpreview, version2; optional keys previousbandversion, needsIncludePreviews with defaults), guidance on choosing versions, and an example, plus a cross-reference from the VM setup instructions.