Skip to content

Commit 3d0ae19

Browse files
authored
Revert accidental matrix config changes to identity ci pipeline (#16762)
1 parent 3782e05 commit 3d0ae19

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

sdk/identity/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ extends:
2929
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
3030
parameters:
3131
ServiceDirectory: identity
32-
AdditionalMatrixConfigs:
33-
- Name: Identity_live_test
34-
Path: sdk/identity/platform-matrix.json
35-
Selection: sparse
36-
GenerateVMJobs: true
32+
AdditionalTestMatrix:
33+
Linux_Python35_msal:
34+
OSVmImage: 'ubuntu-18.04'
35+
PythonVersion: '3.5'
36+
CoverageArg: ''
37+
RunForPR: false
38+
InjectedPackages: 'git+https://github.com/AzureAD/microsoft-authentication-library-for-python@dev'
39+
3740

3841
Artifacts:
3942
- name: azure_identity

sdk/identity/platform-matrix.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)