mathworks / matlab-azure-devops-extension

Continuous Integration with MATLAB on Azure DevOps
https://marketplace.visualstudio.com/items?itemName=MathWorks.matlab-azure-devops-extension
Other
14 stars 5 forks source link

Running Tests in Parallel #55

Closed Jacke-debug closed 5 months ago

Jacke-debug commented 2 years ago

Is it possible to add an option for running Unit Tests in Parallel in case the user has the Parallel Computing Toolbox ?

mcafaro commented 2 years ago

A useParallel option is now available on RunMATLABTests in the latest release of the plugin.

Support for producing certain artifacts in parallel has rolled out over time, so it may fall back to running in serial depending on the types of artifacts you select to produce and the MATLAB release you a running. useParallel always prefers to get you the artifacts you requested over running in parallel.

You should be able to produce all available artifacts (e.g. PDF test report, Cobertura coverage, etc.) with R2022b.

acampbel commented 5 months ago

Functionality now exists