-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamSimilar-Issuefeature-request
Milestone
Description
Test RPM/DEB package task is slow in batch CI, delaying our release process. We've used an 8-core agent, but the task still takes over an hour.
Using more cores won't significantly improve performance. Instead, we should focus on enhancing the test module.
- Some modules are run in serial, such as network.
- Some tests run much slower than others, slowing down the entire testing process. For example:
tests/latest/test_keyvault_commands.py::KeyVaultMgmtScenarioTest::test_keyvault_list_deletedtakes 6 min.
Related PR:
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamSimilar-Issuefeature-request