diff --git a/sdk/evaluation/ci.yml b/sdk/evaluation/ci.yml index f5f891508bde..92a3efbe63a6 100644 --- a/sdk/evaluation/ci.yml +++ b/sdk/evaluation/ci.yml @@ -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 diff --git a/sdk/evaluation/platform-matrix.json b/sdk/evaluation/platform-matrix.json index 5729efe0ad67..5c1f9fc2ed93 100644 --- a/sdk/evaluation/platform-matrix.json +++ b/sdk/evaluation/platform-matrix.json @@ -59,6 +59,17 @@ "TestSamples": "false" } } + }, + { + "Config": { + "Ubuntu2404_314": { + "OSVmImage": "env:LINUXVMIMAGE", + "Pool": "env:LINUXPOOL", + "PythonVersion": "3.14", + "CoverageArg": "--disablecov", + "TestSamples": "false" + } + } } ] }