Skip to content

Commit 86aff9b

Browse files
authored
Add template for managed identity E2E tests on IMDS V1 (#5801)
* Add template for managed identity E2E tests on IMDS V1 * Update template-run-managed-identity-e2e-tests-on-imdsv1.yaml
1 parent 2ea5d32 commit 86aff9b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
parameters:
2+
DataFileDirectory: 'Release'
3+
4+
# NOTE: This pool runs on our VM-based hosted agents where IMDS v1 is available/configured.
5+
# Do not switch pools unless the replacement VM image is known to support IMDS v1 MI E2E flows.
6+
7+
jobs:
8+
- job: 'RunManagedIdentityE2ETestsOnImds'
9+
displayName: 'Managed Identity E2E Tests – VM / IMDS - V1'
10+
pool:
11+
name: 'ID4SMSIHostedAgent' # this is an IMDS V1 hosted agent
12+
variables:
13+
runCodesignValidationInjection: false
14+
Codeql.SkipTaskAutoInjection: true
15+
16+
steps:
17+
- template: template-run-mi-e2e-imds.yaml
18+
parameters:
19+
BuildConfiguration: 'Release'
20+
TargetFramework: 'net8.0'

0 commit comments

Comments
 (0)