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

Fix log contention issue #72419

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Fix log contention issue #72419

merged 1 commit into from
Mar 7, 2024

Conversation

jaredpar
Copy link
Member

@jaredpar jaredpar commented Mar 6, 2024

This fixes another log contention issue we were seeing in CI. This was not caught in #72263 because the syntax generation only ran conditionally hence masked this problem.

This fixes another log contention issue we were seeing in CI. This was
not caught in dotnet#72263 because the syntax generation only ran
conditionally hence masked this problem.
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 6, 2024
@@ -409,7 +409,6 @@ stages:
- pwsh: |
./eng/generate-compiler-code.ps1 -test -configuration Release
displayName: Generate Syntax Files
condition: or(ne(variables['Build.Reason'], 'PullRequest'), eq(variables['compilerChange'], 'true'))
Copy link
Member Author

Choose a reason for hiding this comment

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

This step takes ~30 seconds to complete and is not part of the longest job for CI. Hence conditionalizing this complicates our CI without making throughput any faster. Removing the conditional to simplify this path.

@jaredpar
Copy link
Member Author

jaredpar commented Mar 6, 2024

@dotnet/roslyn-infrastructure PTAL

@jaredpar jaredpar marked this pull request as ready for review March 6, 2024 15:53
@jaredpar jaredpar requested a review from a team as a code owner March 6, 2024 15:53
@jaredpar jaredpar merged commit 0c56e47 into dotnet:main Mar 7, 2024
30 checks passed
@jaredpar jaredpar deleted the log branch March 7, 2024 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants