-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/6.0] bump sourcebuild leg timeout #63298
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
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
|
@agocke could you help me looking at the installer failures, they are completely unrelated and the first time I see them. |
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsThis leg sometimes hits timeout on the official build as the 60 mins default timeout is too tight to how long it takes to finish. This is a port of: #61436
|
|
Investigating now |
* Up retry for ETXTBSY Still seeing occasional failure in Alpine (https://dev.azure.com/dnceng/public/_build/results?buildId=1434759) so raising the retry time. * Linearly scale wait time (cherry picked from commit 6c09b7b)
|
Looks like this was a race condition that was fixed after the 6.0 snap. There's no direct relation to this PR -- it's just chance. I've backported the commits that include the fixes anyway. |
|
Thanks, @agocke |
|
Failures are known networking tests, I'm looking at why they are running as they're supposed to be disabled. |
This leg sometimes hits timeout on the official build as the 60 mins default timeout is too tight to how long it takes to finish.
This is a port of: #61436