Select Windows test workers automatically - #22946
Merged
Merged
Conversation
Contributor
Author
|
@arnaud-lb just wanna make your you didn't miss my reference to here in #22939 (comment) |
arnaud-lb
reviewed
Aug 10, 2026
NickSdot
force-pushed
the
perf/windows-auto-test-workers
branch
from
August 10, 2026 12:17
50d482b to
1ff0e94
Compare
NickSdot
marked this pull request as draft
August 10, 2026 12:20
NickSdot
marked this pull request as ready for review
August 10, 2026 12:23
arnaud-lb
added a commit
that referenced
this pull request
Aug 10, 2026
* PHP-8.5: CI: Select Windows test workers automatically (#22946)
Member
|
Thank you! |
pull Bot
pushed a commit
to wudi/php-src
that referenced
this pull request
Aug 10, 2026
* PHP-8.2: CI: Select Windows test workers automatically (php#22946)
pull Bot
pushed a commit
to wudi/php-src
that referenced
this pull request
Aug 10, 2026
* PHP-8.3: CI: Select Windows test workers automatically (php#22946)
pull Bot
pushed a commit
to wudi/php-src
that referenced
this pull request
Aug 10, 2026
* PHP-8.4: CI: Select Windows test workers automatically (php#22946)
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.
Extracted from #22917.
Removes the hard-coded
-j2from Windows CI sorun-tests.phpselects the worker count automatically. Depends on #22939 for automatic selection and #22957 for reliable concurrent subprocess execution.