Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions sdk/evaluation/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ extends:
parameters:
ServiceDirectory: evaluation
TestProxy: true
# This custom matrix config should be dropped once:
# * Once azure-ai-ml supports 3.13 (currently crashes due to type annotation)
MatrixConfigs:
- Name: ai_ci_matrix
Path: sdk/evaluation/platform-matrix.json
Selection: sparse
GenerateVMJobs: true
MatrixFilters:
- PythonVersion=^(?!3\.14)
Artifacts:
- name: azure-ai-evaluation
safeName: azureaievaluation
11 changes: 11 additions & 0 deletions sdk/evaluation/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
"TestSamples": "false"
}
}
},
{
"Config": {
"Ubuntu2404_314": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "env:LINUXPOOL",
"PythonVersion": "3.14",
"CoverageArg": "--disablecov",
"TestSamples": "false"
}
}
}
]
}
Loading