Skip to content

Commit e4e7aea

Browse files
authored
Enable live tests for Storage (#2723)
1 parent b930bce commit e4e7aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdk/storage/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
2+
parameters:
3+
- name: RunLiveTests
4+
displayName: 'Run live tests'
5+
type: boolean
6+
default: false
27

38
trigger:
49
branches:
@@ -14,6 +19,7 @@ extends:
1419
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
1520
parameters:
1621
ServiceDirectory: storage
22+
RunLiveTests: ${{ or(parameters.RunLiveTests, eq(variables['Build.Reason'], 'Schedule')) }}
1723
TestTimeoutInMinutes: 120
1824
Artifacts:
1925
- name: azure_storage_common

0 commit comments

Comments
 (0)