barosl / homu

A bot that integrates with GitHub and your favorite continuous integration service
http://homu.io/
MIT License
661 stars 102 forks source link

try builds on Servo flood Buildbot #83

Closed Manishearth closed 7 years ago

Manishearth commented 9 years ago

We tried @bors-servo: try on https://github.com/servo/servo/pull/6244, and buildbot was queued up with around 200 PRs starting around January (all on the try branch).

Our config: https://github.com/servo/saltfs/blob/master/homu/cfg.toml (buildbot config

Some example builds: http://build.servo.org/builders/mac2/builds/2106 , http://build.servo.org/builders/mac2/builds/2107 , http://build.servo.org/builders/mac2/builds/2108 , http://build.servo.org/builders/mac2/builds/2109

Did we do something wrong here? Is this a homu bug?

cc @larsbergstrom @edunham

alexcrichton commented 9 years ago

This used to happen to us in Rust, and we ended up just setting a higher treeStableTimer option when making the schedulers (maybe relevant?)