-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy pathci.yml
More file actions
60 lines (58 loc) · 1.8 KB
/
ci.yml
File metadata and controls
60 lines (58 loc) · 1.8 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
batch: true
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
paths:
include:
- sdk/attestation
pr:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
paths:
include:
- sdk/attestation
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: attestation
Clouds: Public
Location: WestUS
CtestRegex: azure-security-attestation.*
LiveTestCtestRegex: azure-security-attestation.*
LineCoverageTarget: 70
BranchCoverageTarget: 34
UseFederatedAuth: true
Artifacts:
- Name: azure-security-attestation
Path: azure-security-attestation
VcpkgPortName: azure-security-attestation-cpp
TestEnv:
# NOTE: The CI pipeline uppercases all "Name" values in the TestEnv, so if you
# add a mixed case name, be careful to ensure it is read using an upper case
# name.
- Name: ATTESTATION_ISOLATED_URL
Value: https://NotRealAttestationInstanceiso.wus.attest.azure.net
- Name: ATTESTATION_AAD_URL
Value: https://NotRealAttestationInstanceaad.wus.attest.azure.net
- Name: AZURE_TENANT_ID
Value: "33333333-3333-3333-3333-333333333333"
- Name: AZURE_CLIENT_ID
Value: "non-real-client"
- Name: AZURE_CLIENT_SECRET
Value: "non-real-secret"
# NOTE: The LOCATION_SHORT_NAME *must* match the region in which the tests were created.
- Name: LOCATION_SHORT_NAME
Value: "wus"
- Name: ISOLATED_SIGNING_CERTIFICATE
Value: "Bogus Certificate"
- Name: ISOLATED_SIGNING_KEY
Value: "Bogus Key"