Skip to content

Commit

Permalink
some further cleanup + update of the sparse checkout to have the plat…
Browse files Browse the repository at this point in the history
…form-matrix files available for parsing
  • Loading branch information
scbedd committed Nov 15, 2024
1 parent d675e01 commit cb43666
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ jobs:
- "**/version.py"
- "**/README.md"
- "**/CHANGELOG.md"
- "**/*matrix*.json"
EnablePRGeneration: true
PRMatrixSetting: "TargetingString"
PreGenerationSteps:
Expand Down
6 changes: 0 additions & 6 deletions sdk/attestation/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ extends:
parameters:
ServiceDirectory: attestation
TestProxy: true
# Override the base matrix due to https://github.com/Azure/azure-sdk-for-python/issues/17837
MatrixConfigs:
- Name: attestation_ci_matrix
Path: eng/pipelines/templates/stages/platform-matrix.json
Selection: sparse
GenerateVMJobs: true
Artifacts:
- name: azure-mgmt-attestation
safeName: azuremgmtattestation
Expand Down
7 changes: 2 additions & 5 deletions sdk/evaluation/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ extends:
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: evaluation_ci_matrix
Path: eng/pipelines/templates/stages/platform-matrix-no-313.json
Selection: sparse
GenerateVMJobs: true
MatrixFilters:
- PythonVersion=^(?!3\.13)
Artifacts:
- name: azure-ai-evaluation
safeName: azureaievaluation
6 changes: 0 additions & 6 deletions sdk/keyvault/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ extends:
parameters:
ServiceDirectory: keyvault
TestProxy: true
# Override the base matrix due to https://github.com/Azure/azure-sdk-for-python/issues/17837
MatrixConfigs:
- Name: keyvault_ci_matrix
Path: eng/pipelines/templates/stages/platform-matrix.json
Selection: sparse
GenerateVMJobs: true
Artifacts:
- name: azure-keyvault-administration
safename: azurekeyvaultadministration
Expand Down

0 comments on commit cb43666

Please sign in to comment.