ci: limit vs2017-workload-vctools install to parallel jobs - #5965
Draft
jezdez wants to merge 1 commit into
Draft
Conversation
jezdez
force-pushed
the
ci/drop-vs2017-choco
branch
from
July 24, 2026 15:33
fc813b1 to
e62b51e
Compare
jezdez
force-pushed
the
ci/drop-vs2017-choco
branch
2 times, most recently
from
July 24, 2026 17:48
20625d6 to
584fb94
Compare
The Windows parallel tests compile binaries with the Visual Studio 2017 toolchain. Keep the Chocolatey install for those jobs and skip it for serial jobs that do not exercise the compiler.
jezdez
force-pushed
the
ci/drop-vs2017-choco
branch
from
July 24, 2026 18:41
584fb94 to
cf8b6c1
Compare
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.
Description
Stacked on top of #5964.
The Windows workflow installs the Visual Studio 2017 Build Tools in every x64 matrix job. The step takes about 280 seconds. Several parallel tests compile binaries with that toolchain, while the serial test selection does not exercise it.
This PR keeps the Chocolatey installation in x64 parallel jobs and skips it in x64 serial jobs. ARM64 jobs remain unchanged.
This preserves the existing compiler and overlinking coverage while removing the install cost from half of the x64 Windows matrix.
Checklist - did you ...
newsdirectory (using the template) for the next release's release notes?