azure-sdk-for-cpp/sdk/tables/ci.yml
Ahson Khan c0fd0d544f
Update LiveTestCtestRegex within the ci.yml to match the CtestRegex value set (#6223)
* Update LiveTestCtestRegex ci.yml to see if it modifies the set of tests that run

* A random change to reset CI.

* Revert random change.
2025-01-18 01:18:03 -08:00

46 lines
1.0 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/tables
pr:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
paths:
include:
- sdk/tables
- eng/common/testproxy
extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: tables
# Not running tests on CI but only on LiveTest mode
CtestRegex: azure-data-tables.*
LineCoverageTarget: 77
BranchCoverageTarget: 42
LiveTestCtestRegex: azure-data-tables.*
Artifacts:
- Name: azure-data-tables
Path: azure-data-tables
VcpkgPortName: azure-data-tables-cpp
TestEnv:
- Name: ACCOUNT_NAME
Value: 'account-name'
CMakeTestOptions:
- Name: Default
Value: ''
- Name: Test
Value: '-DBUILD_TESTING=ON'