forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Communication] - phone-numbers - Implement a phone number pool for u…
…pdate capabilities live tests (Azure#23116) * Use phone number pool in update capabilities tests * Fix env variable name in pipeline config file
- Loading branch information
1 parent
2a8e693
commit eb3b63f
Showing
4 changed files
with
87 additions
and
10 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json
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,58 @@ | ||
{ | ||
"displayNames": { | ||
"--disablecov": "", | ||
"false": "", | ||
"true": "" | ||
}, | ||
"matrix": { | ||
"Agent": { | ||
"ubuntu-20.04": { | ||
"OSVmImage": "MMSUbuntu20.04", | ||
"Pool": "azsdk-pool-mms-ubuntu-2004-general", | ||
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "true" | ||
}, | ||
"windows-2019": { | ||
"OSVmImage": "MMS2019", | ||
"Pool": "azsdk-pool-mms-win-2019-general", | ||
"AZURE_TEST_AGENT": "windows_2019_python36", | ||
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false" | ||
}, | ||
"macOS-10.15": { | ||
"OSVmImage": "macOS-10.15", | ||
"Pool": "Azure Pipelines", | ||
"AZURE_TEST_AGENT": "macos_1015_python37", | ||
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false" | ||
} | ||
}, | ||
"PythonVersion": ["pypy3.7", "3.6", "3.7", "3.8"], | ||
"CoverageArg": "--disablecov", | ||
"TestSamples": "false" | ||
}, | ||
"include": [ | ||
{ | ||
"CoverageConfig": { | ||
"ubuntu2004_39_coverage": { | ||
"OSVmImage": "MMSUbuntu20.04", | ||
"Pool": "azsdk-pool-mms-ubuntu-2004-general", | ||
"PythonVersion": "3.9", | ||
"CoverageArg": "", | ||
"TestSamples": "false", | ||
"AZURE_TEST_AGENT": "ubuntu_2004_python39", | ||
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "false" | ||
} | ||
} | ||
}, | ||
{ | ||
"Config": { | ||
"Ubuntu2004_310": { | ||
"OSVmImage": "MMSUbuntu20.04", | ||
"Pool": "azsdk-pool-mms-ubuntu-2004-general", | ||
"PythonVersion": "3.10.0", | ||
"CoverageArg": "--disablecov", | ||
"TestSamples": "false", | ||
"COMMUNICATION_SKIP_CAPABILITIES_LIVE_TEST": "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
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