Skip to content

Commit 9b31fd3

Browse files
authored
Revert changes Spring Cloud Azure made to archetype-sdk-tests.yaml (Azure#28264)
* revert archetype-sdk-tests.yaml to ae43fcb * Update archetype-sdk-tests.yml Add newline at end of the file.
1 parent 4d28bd8 commit 9b31fd3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

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

Lines changed: 1 addition & 15 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: ''
@@ -59,16 +59,6 @@ parameters:
5959
- name: TestMode
6060
type: string
6161
default: 'LIVE'
62-
- name: TestStepMavenInputs
63-
type: object
64-
default:
65-
options: '$(DefaultTestOptions)'
66-
mavenOptions: '$(DefaultTestMavenOptions)'
67-
javaHomeOption: 'JDKVersion'
68-
jdkVersionOption: '$(JavaTestVersion)'
69-
jdkArchitectureOption: 'x64'
70-
publishJUnitResults: false
71-
goals: 'verify'
7262
- name: CloudConfig
7363
type: object
7464
default:
@@ -117,9 +107,6 @@ parameters:
117107

118108
stages:
119109
- ${{ each cloud in parameters.CloudConfig }}:
120-
# TODO: re-enable tests-weekly allow filter once sovereign cloud live tests are stable: https://github.com/Azure/azure-sdk/issues/2074
121-
# Run all clouds by default for weekly test pipeline, except for clouds specifically unsupported by the calling pipeline
122-
# - ${{ if or(contains(parameters.Clouds, cloud.key), contains(variables['Build.DefinitionName'], 'tests-weekly')) }}:
123110
- ${{ if or(contains(parameters.Clouds, cloud.key), and(contains(variables['Build.DefinitionName'], 'tests-weekly'), contains(parameters.SupportedClouds, cloud.key))) }}:
124111
- ${{ if not(contains(parameters.UnsupportedClouds, cloud.key)) }}:
125112
- stage: ${{ cloud.key }}_${{ parameters.TestName }}
@@ -144,7 +131,6 @@ stages:
144131
TestResourceDirectories: ${{ parameters.TestResourceDirectories }}
145132
TestSetupSteps: ${{ parameters.TestSetupSteps }}
146133
TestMode: ${{ parameters.TestMode }}
147-
TestStepMavenInputs: ${{ parameters.TestStepMavenInputs }}
148134
Artifacts: ${{ parameters.Artifacts }}
149135
AdditionalModules: ${{ parameters.AdditionalModules }}
150136
TestResultsFiles: ${{ parameters.TestResultsFiles }}

0 commit comments

Comments
 (0)