Skip to content

Commit 1bee9d4

Browse files
authored
Disable job Test ubuntu2004_pypy39 (Azure#38559)
1 parent 3340f85 commit 1bee9d4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

sdk/ai/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ extends:
3232
TestProxy: true
3333
BuildDocs: true
3434
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).*
3539
# The below were set before when azure-ai-generative and azure-ai-resources packages were built:
3640
# This is a short term solution to create API review for python azure-ml package only when running pipeline manually
3741
# 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.

sdk/ai/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ extends:
55
template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
66
parameters:
77
ServiceDirectory: ai
8+

tools/azure-sdk-tools/ci_tools/functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"azure-storage-file-share": "pypy",
5353
"azure-eventhub": "pypy",
5454
"azure-servicebus": "pypy",
55+
"azure-ai-projects": "pypy",
5556
}
5657

5758
omit_regression = (

0 commit comments

Comments
 (0)