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

Windows dist builders hit upload exception due to locking bug in buildbot #21434

Closed
brson opened this issue Jan 20, 2015 · 3 comments
Closed
Labels
P-low Low priority

Comments

@brson
Copy link
Contributor

brson commented Jan 20, 2015

There's a bug in the buildbot DirectoryUpload buildstep on windows that causes exceptions on our dist builders. This happens pretty regularly. It can be avoided by limiting slaves to 1 build at a time, but we don't want to do that on auto builders because it seems to leave them underutilized and lets them shut down to frequently (which then costs time to start up again).

@brson brson mentioned this issue Jan 20, 2015
65 tasks
@brson
Copy link
Contributor Author

brson commented Feb 3, 2015

I've tried to work around this by adding dist-specific slaves that only do 1 build at a time.

@steveklabnik
Copy link
Member

Triage: I don't know if this is still a problem or not.

@edunham
Copy link
Member

edunham commented Aug 22, 2016

Still real, still forcing us to 1 builder per slave on Windows.

@brson brson added the P-low Low priority label Aug 22, 2016
@brson brson closed this as completed Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-low Low priority
Projects
None yet
Development

No branches or pull requests

3 participants