Remove PyPy from CI/build matrices#47286
Open
danieljurek wants to merge 2 commits into
Open
Conversation
…_requirements.txt that could be cleaned up but those intersect with local development scenarios as well
Member
Author
|
/azp run python - agentserver - tests |
Member
Author
|
/azp run python - ai - tests |
Member
Author
|
/azp run python - cosmos - tests |
Member
Author
|
/azp run python - eventhub - tests |
Member
Author
|
/azp run python - ml - tests |
Member
Author
|
/azp run python - schemaregistry - tests |
Member
Author
|
/azp run python - servicebus - tests |
|
No pipelines are associated with this pull request. |
Member
Author
|
/azp run python - storage - tests |
|
No pipelines are associated with this pull request. |
|
Azure Pipelines successfully started running 1 pipeline(s). |
5 similar comments
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run python - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes PyPy from Azure SDK for Python CI by deleting PyPy entries from shared/service-specific platform matrices and removing PyPy-specific filtering/override logic in pipeline templates, ensuring CI no longer schedules PyPy jobs.
Changes:
- Removed PyPy configurations from shared and service-owned platform matrix JSON files.
- Removed
MatrixFiltersthat previously excluded PyPy (now redundant once PyPy is removed from matrices). - Removed PyPy toolcache override/setup logic and PyPy incompatibility mapping used by CI tooling.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/ci.yml | Removes PyPy exclusion matrix filter from storage CI parameters. |
| sdk/servicebus/tests.yml | Removes PyPy exclusion matrix filter from Service Bus tests pipeline. |
| sdk/servicebus/ci.yml | Removes PyPy exclusion matrix filter from Service Bus CI pipeline. |
| sdk/schemaregistry/tests.yml | Removes PyPy exclusion matrix filter from Schema Registry tests pipeline. |
| sdk/planetarycomputer/ci.yml | Removes PyPy-related comments/filters; relies on matrix without PyPy. |
| sdk/ml/platform-matrix.json | Removes PyPy config block from ML matrix definitions. |
| sdk/eventhub/tests.yml | Removes PyPy exclusion matrix filter from Event Hubs tests pipeline. |
| sdk/eventhub/ci.yml | Removes PyPy exclusion matrix filter from Event Hubs CI pipeline. |
| sdk/cosmos/live-platform-matrix.json | Removes PyPy config block from Cosmos live test matrix. |
| sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json | Removes PyPy from the PythonVersion list for phone numbers live tests. |
| sdk/ai/ci.yml | Removes PyPy-related disabling comment now that PyPy is removed from matrices. |
| sdk/agentserver/tests.yml | Removes PyPy exclusion matrix filter from AgentServer tests pipeline. |
| sdk/agentserver/ci.yml | Removes PyPy-related disabling comment now that PyPy is removed from matrices. |
| eng/tools/azure-sdk-tools/ci_tools/functions.py | Clears the PyPy distro incompatibility map used by CI tooling filters. |
| eng/pipelines/templates/steps/use-python-version.yml | Removes the PyPy hosted toolcache override step (no longer needed without PyPy jobs). |
| eng/pipelines/templates/stages/platform-matrix.json | Removes the shared PyPy matrix config from the main platform matrix. |
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.
Summary
dev_requirements.txt) these should be handled by package ownersFixes #47138
Some pipelines are failing but it's not clear if those failures are expected. Analysis of previous runs shows that failures are likely expected.