-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Description
Reliability
Sometimes smoke test may fail to a 503 or timeout of an Azure API. We may consider adding retry for every test case to improve reliability.
PSGallery is also a main fact that smoke test fails.
Coverage
We are now testing PowerShell 6.2; 7.0 and 7.2. We should consider adding 7.1 and removing 6.2.
Performace
Smoke test pipeline clones the whole azure-powershell repo, which costs 4~5 minutes, but only a few files are actually used. We could investigate how to clone only necessary files to make it faster.