Skip to content
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

Increase parallelism in sourceline and symbols validation #7330

Merged

Conversation

michellemcdaniel
Copy link
Contributor

These two powershell scripts allowed for 6 parallel jobs. Going up to 16 significantly improves the performance of these jobs in the release pipeline (from 1.5hrs to 1 hr for symbols validation and 4.9hrs to 1.9hrs for sourcelink validation).

To double check:

These two powershell scripts allowed for 6 parallel jobs. Going up to 16 significantly improves the performance of these jobs in the release pipeline (from 1.5hrs to 1 hr for symbols validation and 4.9hrs to 1.9hrs for sourcelink validation).
@michellemcdaniel
Copy link
Contributor Author

I wasn't sure who all to tag as reviewers on this. @dotnet/dnceng if any of you have thoughts on upping the parallelism from 6 parallel tasks to 16, please comment/review.

@markwilkie
Copy link
Member

Yea, based on @epananth experiments with upload, 16 seems right to me.

Copy link
Member

@MattGal MattGal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as it's been tried successfully once, this sounds great.

@michellemcdaniel michellemcdaniel merged commit e9fd640 into dotnet:main May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants