You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/ai/ci.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ extends:
32
32
TestProxy: true
33
33
BuildDocs: true
34
34
TestTimeoutInMinutes: 60
35
+
# The job "Test ubuntu2004_pypy39" in the "python - ai" pipeline hangs and eventually times out.
36
+
# Disable it until the issue is understood.
37
+
MatrixFilters:
38
+
- PythonVersion=^(?!pypy3).*
35
39
# The below were set before when azure-ai-generative and azure-ai-resources packages were built:
36
40
# This is a short term solution to create API review for python azure-ml package only when running pipeline manually
37
41
# 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.
0 commit comments