-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Communication] - Divide live test pipeline for each SDK (#20902)
* Divide live test pipeline * Divide live test pipeline * Fix pipeline * Adding eng pipeline changes * Fix pipeline * Fix ci pipeline * Fix ci pipeline * Fix ci pipeline * Adding separate yaml files * Setting template as absolute path * Fix path * Fix path * Fix path * Fix default value * Revert tests.yml Co-authored-by: Minnie Liu <peiliu@microsoft.com>
- Loading branch information
Showing
7 changed files
with
83 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
trigger: none | ||
|
||
extends: | ||
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml | ||
parameters: | ||
ServiceDirectory: communication | ||
Project: Azure.Communication.Chat | ||
CloudConfig: | ||
Public: | ||
SubscriptionConfigurations: | ||
- $(sub-config-azure-cloud-test-resources) | ||
- $(sub-config-communication-services-cloud-test-resources-common) | ||
- $(sub-config-communication-services-cloud-test-resources-net) | ||
Clouds: Public | ||
EnvVars: | ||
# SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release | ||
SKIP_PHONENUMBER_LIVE_TESTS: TRUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
trigger: none | ||
|
||
extends: | ||
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml | ||
parameters: | ||
ServiceDirectory: communication | ||
Project: Azure.Communication.Identity | ||
CloudConfig: | ||
Public: | ||
SubscriptionConfigurations: | ||
- $(sub-config-azure-cloud-test-resources) | ||
- $(sub-config-communication-services-cloud-test-resources-common) | ||
- $(sub-config-communication-services-cloud-test-resources-net) | ||
Clouds: Public | ||
EnvVars: | ||
# SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release | ||
SKIP_PHONENUMBER_LIVE_TESTS: TRUE |
17 changes: 17 additions & 0 deletions
17
sdk/communication/Azure.Communication.PhoneNumbers/tests.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
trigger: none | ||
|
||
extends: | ||
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml | ||
parameters: | ||
ServiceDirectory: communication | ||
Project: Azure.Communication.PhoneNumbers | ||
CloudConfig: | ||
Public: | ||
SubscriptionConfigurations: | ||
- $(sub-config-azure-cloud-test-resources) | ||
- $(sub-config-communication-services-cloud-test-resources-common) | ||
- $(sub-config-communication-services-cloud-test-resources-net) | ||
Clouds: Public | ||
EnvVars: | ||
# SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release | ||
SKIP_PHONENUMBER_LIVE_TESTS: TRUE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
trigger: none | ||
|
||
extends: | ||
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml | ||
parameters: | ||
ServiceDirectory: communication | ||
Project: Azure.Communication.Sms | ||
CloudConfig: | ||
Public: | ||
SubscriptionConfigurations: | ||
- $(sub-config-azure-cloud-test-resources) | ||
- $(sub-config-communication-services-cloud-test-resources-common) | ||
- $(sub-config-communication-services-cloud-test-resources-net) | ||
Clouds: Public | ||
EnvVars: | ||
# SKIP_PHONENUMBER_LIVE_TESTS skips certain phone number tests such as purchase and release | ||
SKIP_PHONENUMBER_LIVE_TESTS: TRUE |