Skip to content

Increase parallelism in sourceline and symbols validation#7330

Merged
michellemcdaniel merged 1 commit into
dotnet:mainfrom
michellemcdaniel:moreParallelismInValidation
May 3, 2021
Merged

Increase parallelism in sourceline and symbols validation#7330
michellemcdaniel merged 1 commit into
dotnet:mainfrom
michellemcdaniel:moreParallelismInValidation

Conversation

@michellemcdaniel

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

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

@MattGal MattGal left a comment

Copy link
Copy Markdown
Member

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