[chore] Set otel-windows as msi-test job runner#7270
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Windows packaging test workflow so the msi-test job preferentially runs on the larger otel-windows runner when the matrix OS is not ARM, aligning execution capacity with test needs.
Changes:
- Route
msi-testmatrix runs tootel-windowsfor non-windows-11-armentries. - Keep
windows-11-armruns on the ARM runner label.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pjanotti
commented
Feb 26, 2026
| @@ -115,7 +115,7 @@ jobs: | |||
| strategy: | |||
| matrix: | |||
| OS: [ "windows-2022", "windows-11-arm" ] | |||
Contributor
Author
There was a problem hiding this comment.
The matrix is still used below, in a separate PR I will look if we can get rid of it.
Contributor
Author
|
Closing to see if it finds the new runner, that was created after the PR was opened... |
jinja2
approved these changes
Feb 27, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Whenever possible use the larger runner for the
msi-testjob.