diff --git a/sdk/ai/ci.yml b/sdk/ai/ci.yml index 613dfe7015f5..5b839a88424f 100644 --- a/sdk/ai/ci.yml +++ b/sdk/ai/ci.yml @@ -32,6 +32,10 @@ extends: TestProxy: true BuildDocs: true TestTimeoutInMinutes: 60 + # The job "Test ubuntu2004_pypy39" in the "python - ai" pipeline hangs and eventually times out. + # Disable it until the issue is understood. + MatrixFilters: + - PythonVersion=^(?!pypy3).* # The below were set before when azure-ai-generative and azure-ai-resources packages were built: # This is a short term solution to create API review for python azure-ml package only when running pipeline manually # Long term solution should be to have different versions on main branch and release branch for python package so APIView can have different revisions for each version. diff --git a/sdk/ai/tests.yml b/sdk/ai/tests.yml index 960b65f98853..397c8778300d 100644 --- a/sdk/ai/tests.yml +++ b/sdk/ai/tests.yml @@ -5,3 +5,4 @@ extends: template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml parameters: ServiceDirectory: ai + diff --git a/tools/azure-sdk-tools/ci_tools/functions.py b/tools/azure-sdk-tools/ci_tools/functions.py index 536bc984d3d9..8db05e226ce8 100644 --- a/tools/azure-sdk-tools/ci_tools/functions.py +++ b/tools/azure-sdk-tools/ci_tools/functions.py @@ -52,6 +52,7 @@ "azure-storage-file-share": "pypy", "azure-eventhub": "pypy", "azure-servicebus": "pypy", + "azure-ai-projects": "pypy", } omit_regression = (