-
Notifications
You must be signed in to change notification settings - Fork 6
Adding example for running tests in parallel in Azure #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
96b217a
Add azure parallel startegy example
Vahila d2cd614
Update file
Vahila e03c52f
Update file
Vahila 982dd65
Update file
Vahila 91fd679
Update file
Vahila 76eeb0c
Update file
Vahila 92bc54f
Update file
Vahila 1f07238
Update file
Vahila b1c0c8e
Update file
Vahila 02db0b3
Update file
Vahila 12b8bec
Update file
Vahila 956ab1e
Update file
Vahila 2e6d8ca
Update file
Vahila fc5d5a7
Update file
Vahila 9385b68
Update file
Vahila 085e078
Update file
Vahila 3097975
Update file
Vahila 4758771
Update file
Vahila 45ef02b
Update file
Vahila 69d39c2
Update file
Vahila 8258dbc
Update file
Vahila 034ad30
Update file
Vahila ff6eb3a
Update file
Vahila 9bf7953
Address review comments
Vahila 4aeabe0
Address review comments
Vahila 13e8cb1
Address review comments
Vahila 8f89dca
Update buildtool task
Vahila d819763
Update README
Vahila e37a140
Update README
Vahila 66f0350
Update file
Vahila 04de8cf
Update file
Vahila 3cd4074
Address review comments
Vahila 6d6210e
Address review comments
Vahila File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ The repository contains examples for packaging and distributing a toolbox, as we | |
| | GitHub Actions| [`.github/workflows/CrossPlatformBuilder.yml`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/.github/workflows/CrossPlatformBuilder.yml) | | ||
| | Jenkins | [`Jenkins/CrossPlatformBuilder/Jenkinsfile`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/Jenkins/CrossPlatformBuilder/Jenkinsfile) | | ||
|
|
||
| - **Run Tests across Multiple Agents**: Using parallel strategy in Azure DevOps run tests across multiple agents to speed up the testing process. [`AzureDevOps/ParallelStrategy.yml`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/AzureDevOps/ParallelStrategy.yml) has an example of running tests on multiple agents. | ||
| - **Run Tests across Multiple Agents**: Using parallel strategy in Azure DevOps, run tests across multiple agents to speed up the testing process. [`AzureDevOps/ParallelStrategy.yml`](https://github.com/mathworks/advanced-ci-configuration-examples/blob/main/AzureDevOps/ParallelStrategy.yml) has an example of running tests on multiple agents. | ||
Vahila marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @Vahila, can you terminate this paragraph with a period? |
||
| <br> | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.