Skip to content
Merged
4 changes: 4 additions & 0 deletions sdk/ai/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions sdk/ai/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ extends:
template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
parameters:
ServiceDirectory: ai

1 change: 1 addition & 0 deletions tools/azure-sdk-tools/ci_tools/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"azure-storage-file-share": "pypy",
"azure-eventhub": "pypy",
"azure-servicebus": "pypy",
"azure-ai-projects": "pypy",
}

omit_regression = (
Expand Down
Loading