2020-08-13 17:36:28 +03:00
|
|
|
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
|
2020-07-23 05:30:26 +03:00
|
|
|
trigger:
|
2021-09-18 01:15:14 +03:00
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- main
|
|
|
|
- feature/*
|
|
|
|
- hotfix/*
|
|
|
|
- release/*
|
2020-07-23 05:30:26 +03:00
|
|
|
paths:
|
|
|
|
include:
|
2024-03-07 21:54:38 +03:00
|
|
|
- sdk/azidentity/
|
2020-07-23 05:30:26 +03:00
|
|
|
|
|
|
|
pr:
|
2021-09-18 01:15:14 +03:00
|
|
|
branches:
|
|
|
|
include:
|
|
|
|
- main
|
|
|
|
- feature/*
|
|
|
|
- hotfix/*
|
|
|
|
- release/*
|
2020-07-23 05:30:26 +03:00
|
|
|
paths:
|
|
|
|
include:
|
2024-03-07 21:54:38 +03:00
|
|
|
- sdk/azidentity/
|
2020-07-23 05:30:26 +03:00
|
|
|
|
2024-03-14 05:06:45 +03:00
|
|
|
extends:
|
|
|
|
template: /eng/pipelines/templates/jobs/archetype-sdk-client.yml
|
2024-03-07 21:54:38 +03:00
|
|
|
parameters:
|
|
|
|
CloudConfig:
|
|
|
|
Public:
|
|
|
|
SubscriptionConfigurations:
|
|
|
|
- $(sub-config-identity-test-resources)
|
2024-07-16 22:07:43 +03:00
|
|
|
EnableRaceDetector: true
|
2024-10-31 23:58:40 +03:00
|
|
|
Location: westus2
|
2024-03-07 21:54:38 +03:00
|
|
|
RunLiveTests: true
|
|
|
|
ServiceDirectory: azidentity
|
|
|
|
UsePipelineProxy: false
|
|
|
|
|
|
|
|
${{ if endsWith(variables['Build.DefinitionName'], 'weekly') }}:
|
2024-10-11 00:11:30 +03:00
|
|
|
PersistOidcToken: true
|
2024-03-12 18:24:08 +03:00
|
|
|
MatrixConfigs:
|
2024-03-07 21:54:38 +03:00
|
|
|
- Name: managed_identity_matrix
|
|
|
|
GenerateVMJobs: true
|
|
|
|
Path: sdk/azidentity/managed-identity-matrix.json
|
|
|
|
Selection: sparse
|
2024-03-18 23:40:05 +03:00
|
|
|
MatrixReplace:
|
|
|
|
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2204-identitymsi
|
2024-03-22 00:23:54 +03:00
|
|
|
- OSVmImage=.*LINUXNEXTVMIMAGE.*/azsdk-pool-mms-ubuntu-2204-1espt
|