{CI} Disable partnercenter extension test#31967
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @bebound, |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
️✔️AzureCLI-BreakingChangeTest
|
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
90aebbc to
9bbd1e0
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR disables the partnercenter extension from CI testing due to compatibility issues with the latest pydantic library version (2.11.7) that was introduced as a dependency by the aks-preview extension's addition of holmesgpt==0.12.4.
- Adds
partnercenterto the ignore list in the extension testing script - Includes explanatory comment referencing the root cause and related PR
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Description
In latest
aks-previewextension, it adds dependencyholmesgpt==0.12.4, which installs latestpydantic.Azure/azure-cli-extensions@fb7fc37#diff-f03813f1ac4bc03269805bd456fdb6b2260a6b6009d9416d8c0ccc440cea22b5R27
However,
partnercenteris not compatible withpydantic2.11.7 in Test Extensions Loading task:Disable this extension test to unblock CI.
Ref: https://dev.azure.com/azclitools/5147fa83-336e-44ef-bbe0-c86b8ae86cbb/_build/results?buildId=266927&view=logs&jobId=01af1841-5e1e-55ad-41dc-1e6c21da8745