-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.ci-mgmt.yaml
35 lines (33 loc) · 1.25 KB
/
.ci-mgmt.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
provider: azuread
major-version: 6
generate-nightly-test-workflow: true
env:
ARM_CLIENT_ID: "d3b6ec3a-36fe-46c9-b3d9-5856a2e0e73c" # test-app
ARM_ENVIRONMENT: "public"
ARM_SUBSCRIPTION_ID: "0282681f-7a9e-424b-80b2-96babd57a8a1"
ARM_TENANT_ID: "9605c22c-e585-4ea3-9b83-e90339719f8a" # pulumici.onmicrosoft.com
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET_CI }}
# Setting this variable will cause the OIDC test(s) to run against this app.
# We limit running the OIDC tests to PRs because the AD configuration requires an "Entity type" of Environment,
# Branch, Pull request, or Tag. See
# https://learn.microsoft.com/en-us/azure/active-directory/workload-identities/workload-identity-federation-create-trust?pivots=identity-wif-apps-methods-azp#github-actions
RUN_OIDC_TESTS: ${{ github.event_name == 'pull_request' && 'true' || '' }}
makeTemplate: bridged
team: ecosystem
plugins:
- name: time
version: "0.0.15"
- name: std
version: "1.4.0"
- name: azure
version: "6.3.0"
- name: random
version: "4.16.0"
- name: terraform
version: "1.0.15"
kind: converter
license:
ignore:
- github.com/hashicorp/terraform-provider-azuread/shim
# Use `pulumi convert` for translating examples from TF to Pulumi.
pulumiConvert: 1