-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[TEST] Test pypy311 CI issue #46916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
danieljurek
merged 15 commits into
Azure:main
from
kshitij-microsoft:kchawla/pypy311Fix
May 26, 2026
+135
−0
Merged
[TEST] Test pypy311 CI issue #46916
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
800500a
test pypy311 CI issue
kshitij-microsoft a9084e4
Merge branch 'main' into kchawla/pypy311Fix
kshitij-microsoft 6d7d29f
probe: enable PYTHONFAULTHANDLER in dispatch_checks subprocesses to c…
kshitij-microsoft 81d2397
probe: invoke pytest via python -X faulthandler -X dev to capture C-l…
kshitij-microsoft c8ef29e
probe: add -X importtime -u + PYTHONUNBUFFERED to identify crashing i…
kshitij-microsoft a1f4e55
cleanup: untrack unrelated files committed by mistake
kshitij-microsoft 74df78a
probe: wrap pytest in bash to tee stderr to file and cat after, ensur…
kshitij-microsoft 6dcc3ab
probe: incremental import bisect to find which import triggers PyPy S…
kshitij-microsoft 5f71a64
ci(pypy): pin PyPy 3.11 to v7.3.22 to work around RPython AssertionEr…
kshitij-microsoft fe36d80
ci(pypy): bootstrap pip via ensurepip after overlaying PyPy 7.3.22 ta…
kshitij-microsoft d0dbd35
ci(pypy): gate PyPy 7.3.22 overlay behind OverridePyPyVersion variabl…
kshitij-microsoft 09a71ae
ci(pypy): make PyPy override step matrix-driven via PyPyBuildVersion …
kshitij-microsoft 114da00
cleanup: revert seed README change and remove pypy reproducer file
kshitij-microsoft 41e8843
Merge branch 'main' into kchawla/pypy311Fix
kshitij-microsoft e9d1a43
limit blast radius. this is going to hit issues with CFSClean most li…
scbedd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| { | ||
| "displayNames": { | ||
| "--disablecov": "", | ||
| "false": "", | ||
| "true": "" | ||
| }, | ||
| "matrix": { | ||
| "Agent": { | ||
| "ubuntu-24.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" }, | ||
| "windows-2022": { "OSVmImage": "env:WINDOWSVMIMAGE", "Pool": "env:WINDOWSPOOL" } | ||
| }, | ||
| "PythonVersion": [ "3.10", "3.12" ], | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false" | ||
| }, | ||
| "include": [ | ||
| { | ||
| "MacTestConfig": { | ||
| "macos311": { | ||
| "OSVmImage": "env:MACVMIMAGE", | ||
| "Pool": "env:MACPOOL", | ||
| "PythonVersion": "3.11", | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "PyPyConfig": { | ||
| "ubuntu2404_pypy311": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "pypy3.11", | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "OverridePyPyVersion": "true", | ||
| "PyPyBuildVersion": "v7.3.22", | ||
| "PyPyLangVersion": "3.11.15" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "CoverageConfig": { | ||
| "ubuntu2404_310_coverage": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "3.10", | ||
| "CoverageArg": "", | ||
| "TestSamples": "false" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "Config": { | ||
| "Ubuntu2404_313": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "3.13", | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "Config": { | ||
| "Ubuntu2404_314": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "3.14", | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false" | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty solid. It's basically exactly what I was looking for. HOWEVER. I don't think I would want all builds to pay this toll by default. Which is what will happen here.
EDIT: I pushed updates make this local to ml only for now.