Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd notification when EC2 is not spinning up #8131
Closed
Labels
Comments
|
|
|
It's pretty easy to make a Buildbot notify a given IRC channel on preset status events: https://github.com/rust-lang/rust-buildbot/blob/master/master/master.cfg#L1791 However, the notifications can get kind of spammy. Do you think the benefits of keeping |
bors-servo
pushed a commit
to servo/saltfs
that referenced
this issue
Oct 21, 2015
Notify in #servo-bots Might resolve servo/servo#8131 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/130) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to:
http://docs.buildbot.net/latest/manual/cfg-buildslaves-ec2.html#configure-the-master-with-an-ec2latentbuildslave
We should be able to add some notification stuffs to:
https://github.com/servo/saltfs/blob/master/buildbot/master/master.cfg#L57
An e-mail address seems... awkward, though. Any ideas on how to maybe have it ping
#servoinstead?cc @metajack @edunham