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 a third linux-cross build machine #588
Closed
Comments
|
Final highstate of the buildmaster will alert Buildbot to the new slave |
bors-servo
added a commit
that referenced
this issue
Apr 15, 2017
…rsbergstrom Pin Twisted version for builders I was following up on #588 and saw that a `servo-linux-cross3` machine has been provisioned, but the buildmaster doesn't know about it. Checking the logs, it appears that the buildbot-slave service doesn't start successfully, and the stack trace seems to be the same reason as #601 (comment), namely a version of Twisted that is too new. This PR is similar to #604, but pins the Twisted version for builders instead of the buildmaster. I also included some more requisites. This should fix #588 once deployed. r? @edunham @larsbergstrom <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/630) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Apr 21, 2017
…rsbergstrom Pin Twisted version for builders I was following up on #588 and saw that a `servo-linux-cross3` machine has been provisioned, but the buildmaster doesn't know about it. Checking the logs, it appears that the buildbot-slave service doesn't start successfully, and the stack trace seems to be the same reason as #601 (comment), namely a version of Twisted that is too new. This PR is similar to #604, but pins the Twisted version for builders instead of the buildmaster. I also included some more requisites. This should fix #588 once deployed. r? @edunham @larsbergstrom <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/630) <!-- Reviewable:end -->
|
Still not working, see #643. |
bors-servo
added a commit
that referenced
this issue
Apr 29, 2017
…ss3-builder, r=larsbergstrom Make Buildbot aware of servo-linux-cross3 builder The Buildbot master is reporting an `invalid login from unknown user 'servo-linux-cross3'`. Make it aware of the new cross builder. Fixes #588. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/643) <!-- Reviewable:end -->
|
#643 has been rolled out and Buildbot now recognizes the third cross builder: http://build.servo.org/buildslaves |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Android and Linux ARM builds have become a frequent bottleneck in Servo's buildbot capacity. Adding a third buildslave to run these jobs would let them run in parallel, reducing the total turnaround time. CC @larsbergstrom and @edunham.