* test1 * hgdfchg * remove the remnants of azure client secret * test KV with federated auth * UseFederatedAuth * fdsa * kv template with managed * try try again * retry permissions * add net acls * blunt force replace the resource json * put back stuff * trey again with new method * attempt * missed something * flip if else * Temporarily use empty sub config file path for preview cloud * remove client secret * try to fix the identity tests * live skip failing tests and return in samples * samples for identity fix * disable failing samples in identity * fix winhttp failing test * comment out code * remove managed identity * restore version from main * revert readme changes * PR comments * test 2 * clang * attempt default creds with pipeline chanined * clangs * identity test and clangs * oops * live * cleanup * reter * test * revert the DAC change * missed one * taking the samples to a farm upstate * PR comments * Fix bad merge --------- Co-authored-by: Daniel Jurek <djurek@microsoft.com> Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com> Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
65 lines
2.3 KiB
YAML
65 lines
2.3 KiB
YAML
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
|
|
trigger:
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/storage
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
- feature/*
|
|
- release/*
|
|
- hotfix/*
|
|
paths:
|
|
include:
|
|
- sdk/storage
|
|
- eng/common/testproxy
|
|
|
|
extends:
|
|
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
|
|
parameters:
|
|
ServiceDirectory: storage
|
|
# Not running tests on CI but only on LiveTest mode
|
|
CtestRegex: azure-storage
|
|
LineCoverageTarget: 81
|
|
BranchCoverageTarget: 47
|
|
LiveTestCtestRegex: azure-storage
|
|
Clouds: Preview
|
|
SupportedClouds: Preview
|
|
UseFederatedAuth: false
|
|
Artifacts:
|
|
- Name: azure-storage-common
|
|
Path: azure-storage-common
|
|
VcpkgPortName: azure-storage-common-cpp
|
|
- Name: azure-storage-blobs
|
|
Path: azure-storage-blobs
|
|
VcpkgPortName: azure-storage-blobs-cpp
|
|
- Name: azure-storage-files-datalake
|
|
Path: azure-storage-files-datalake
|
|
VcpkgPortName: azure-storage-files-datalake-cpp
|
|
- Name: azure-storage-files-shares
|
|
Path: azure-storage-files-shares
|
|
VcpkgPortName: azure-storage-files-shares-cpp
|
|
- Name: azure-storage-queues
|
|
Path: azure-storage-queues
|
|
VcpkgPortName: azure-storage-queues-cpp
|
|
TestEnv:
|
|
- Name: STANDARD_STORAGE_CONNECTION_STRING
|
|
Value: "DefaultEndpointsProtocol=https;AccountName=notReal;AccountKey=3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333;EndpointSuffix=core.windows.net"
|
|
- Name: ADLS_GEN2_CONNECTION_STRING
|
|
Value: "DefaultEndpointsProtocol=https;AccountName=notReal;AccountKey=3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333;EndpointSuffix=core.windows.net"
|
|
- Name: PREMIUM_FILE_CONNECTION_STRING
|
|
Value: "DefaultEndpointsProtocol=https;AccountName=notReal;AccountKey=3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333;EndpointSuffix=core.windows.net"
|
|
CMakeTestOptions:
|
|
- Name: Default
|
|
Value: ''
|
|
- Name: Test
|
|
Value: '-DBUILD_TESTING=ON'
|