Skip to content

Commit f87104f

Browse files
authored
Remove canary from default weekly live testing clouds (Azure#25949)
1 parent bead200 commit f87104f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eng/pipelines/templates/stages/archetype-sdk-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010
default: 'Public'
1111
- name: SupportedClouds
1212
type: string
13-
default: 'Public,Canary'
13+
default: 'Public'
1414
- name: UnsupportedClouds
1515
type: string
1616
default: ''
@@ -108,9 +108,6 @@ parameters:
108108

109109
stages:
110110
- ${{ each cloud in parameters.CloudConfig }}:
111-
# TODO: re-enable tests-weekly allow filter once sovereign cloud live tests are stable: https://github.com/Azure/azure-sdk/issues/2074
112-
# Run all clouds by default for weekly test pipeline, except for clouds specifically unsupported by the calling pipeline
113-
# - ${{ if or(contains(parameters.Clouds, cloud.key), contains(variables['Build.DefinitionName'], 'tests-weekly')) }}:
114111
- ${{ if or(contains(parameters.Clouds, cloud.key), and(contains(variables['Build.DefinitionName'], 'tests-weekly'), contains(parameters.SupportedClouds, cloud.key))) }}:
115112
- ${{ if not(contains(parameters.UnsupportedClouds, cloud.key)) }}:
116113
- stage: ${{ cloud.key }}_${{ parameters.TestName }}

0 commit comments

Comments
 (0)