Skip to content

Commit ec046fa

Browse files
authored
[Storage] Use relevant subscriptions in weekly pipeline. (Azure#23821)
* [Storage] Use relevant subscriptions in weekly pipeline. Use relevant subscriptions in weekly pipeline. Like we did for .NET https://github.com/Azure/azure-sdk-for-net/blob/5266d2dfe8780b481248789244887da7b6662cc5/sdk/storage/tests.yml#L16 . - Testing Public and Canary subscription doesn't bring much value for storage tests, it's a repeat of what we do in Preview. - The PrivatePreview has few changes that'd be good to get early test feedback in java as well. * Update tests.yml * Update tests.yml
1 parent c28d9a2 commit ec046fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sdk/storage/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ stages:
4343
TestMode: 'LIVE'
4444
TimeoutInMinutes: 60
4545
Location: canadacentral
46-
Clouds: 'Preview'
46+
CloudConfig:
47+
Preview:
48+
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
49+
PrivatePreview:
50+
SubscriptionConfiguration: $(sub-config-storage-test-resources)
51+
Clouds: Preview
52+
SupportedClouds: Preview
4753
TestStepMavenInputs:
4854
options: '$(DefaultTestOptions) $(AdditionalOptions) -T 1C'
4955
mavenOptions: '$(DefaultTestMavenOptions)'

0 commit comments

Comments
 (0)