Skip to content

Commit 75fcc8d

Browse files
authored
Merge 774d49f into 8efc119
2 parents 8efc119 + 774d49f commit 75fcc8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

AzureDevOps/ParallelStrategy.yml renamed to AzureDevOps/ParallelStrategy/ParallelStrategy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
1919

20-
- powershell: .\AzureDevOps\DistributeTests.ps1
20+
- powershell: .\AzureDevOps\ParallelStrategy\DistributeTests.ps1
2121
displayName: 'PowerShell script to distribute tests'
2222

2323
- task: RunMATLABTests@1
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
4747

48-
- bash: chmod +x ./AzureDevOps/DistributeTests.sh && ./AzureDevOps/DistributeTests.sh
48+
- bash: chmod +x ./AzureDevOps/ParallelStrategy/DistributeTests.sh && ./AzureDevOps/ParallelStrategy/DistributeTests.sh
4949
displayName: 'Bash script to distribute tests'
5050

5151
- task: RunMATLABTests@1
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
7575

76-
- bash: chmod +x ./AzureDevOps/DistributeTests.sh && ./AzureDevOps/DistributeTests.sh
76+
- bash: chmod +x ./AzureDevOps/ParallelStrategy/DistributeTests.sh && ./AzureDevOps/ParallelStrategy/DistributeTests.sh
7777
displayName: 'Bash script to distribute tests'
7878

7979
- task: RunMATLABTests@1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The repository contains examples for packaging and distributing a toolbox, build
3636
| GitHub Actions| [`.github/workflows/CrossPlatformBuilder.yml`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/.github/workflows/CrossPlatformBuilder.yml) |
3737
| Jenkins | [`Jenkins/CrossPlatformBuilder/Jenkinsfile`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/Jenkins/CrossPlatformBuilder/Jenkinsfile) |
3838

39-
- **Run Tests Across Multiple Agents**: Use the [parallel strategy](https://learn.microsoft.com/en-us/azure/devops/pipelines/test/parallel-testing-any-test-runner?view=azure-devops) in Azure DevOps to run tests across multiple agents and speed up the testing process. For configuration details, see the example in [`AzureDevOps/ParallelStrategy.yml`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/AzureDevOps/ParallelStrategy.yml).
39+
- **Run Tests Across Multiple Agents**: Use the [parallel strategy](https://learn.microsoft.com/en-us/azure/devops/pipelines/test/parallel-testing-any-test-runner?view=azure-devops) in Azure DevOps to run tests across multiple agents and speed up the testing process. For configuration details, see the example in [`AzureDevOps/ParallelStrategy.yml`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/AzureDevOps/ParallelStrategy/ParallelStrategy.yml).
4040

4141
<br>
4242

0 commit comments

Comments
 (0)