Skip to content

Commit 1f07238

Browse files
committed
Update file
1 parent 92bc54f commit 1f07238

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

AzureDevOps/ParallelStrategy.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
jobs:
2-
# - job: ParallelWindows
3-
# # Parallel strategy to run tests in parallel
4-
# strategy:
5-
# parallel: 2
6-
# pool:
7-
# vmImage: windows-latest
8-
# steps:
9-
# # Install MATLAB and required products
10-
# - task: InstallMATLAB@1
11-
# inputs:
12-
# release: R2025a
13-
# products: MATLAB_Test Simulink_Test
2+
- job: ParallelWindows
3+
# Parallel strategy to run tests in parallel
4+
strategy:
5+
parallel: 2
6+
pool:
7+
vmImage: windows-latest
8+
steps:
9+
# Install MATLAB and required products
10+
- task: InstallMATLAB@1
11+
inputs:
12+
release: R2025a
13+
products: MATLAB_Test Simulink_Test
1414

15-
# - powershell: .\AzureDevOps\DistributeTests.ps1
16-
# displayName: 'PowerShell Script to distribute tests'
15+
- powershell: .\AzureDevOps\DistributeTests.ps1
16+
displayName: 'PowerShell Script to distribute tests'
1717

18-
# - task: RunMATLABTests@1
19-
# inputs:
20-
# selectByName: $(MATLABTestFiles)
21-
# sourceFolder: src
22-
# env:
23-
# MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
18+
- task: RunMATLABTests@1
19+
inputs:
20+
selectByName: $(MATLABTestFiles)
21+
sourceFolder: src
22+
env:
23+
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
2424

2525
- job: ParallelLinux
2626
# Parallel strategy to run tests in parallel

0 commit comments

Comments
 (0)