Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Lars Bergstrom
On Jun 3, 2015, at 3:11 AM, James Graham wrote: > > On 02/06/15 18:59, Jack Moffitt wrote: >>> The mac3 builder will continue to run css tests and will now become red >>> when the build fails. This will not block PRs though. >> >> Are they unreliable there? What is the reason for this difference

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread James Graham
On 02/06/15 18:59, Jack Moffitt wrote: The mac3 builder will continue to run css tests and will now become red when the build fails. This will not block PRs though. Are they unreliable there? What is the reason for this difference? My new theory is that the problem on OSX is that the tests ar

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Manish Goregaokar
As far as tryserver goes it should be easy to patch homu to accept a wider list of "try-enabled" users, which we can hand out liberally like Firefox does. First we should get around to fixing the try feature though :) -Manish Goregaokar On Tue, Jun 2, 2015 at 11:29 PM, James Graham wrote: > On

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Jack Moffitt
> The mac3 builder will continue to run css tests and will now become red > when the build fails. This will not block PRs though. Are they unreliable there? What is the reason for this difference? jack. ___ dev-servo mailing list dev-servo@lists.mozilla

Re: [dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread James Graham
On 02/06/15 18:46, Manish Goregaokar wrote: Thanks to some great work by jgraham we've gated builds by the css tests (linux3). The mac3 builder will continue to run css tests and will now become red when the build fails. This will not block PRs though.

[dev-servo] PRs are now gated on csstests on linux

2015-06-02 Thread Manish Goregaokar
Thanks to some great work by jgraham we've gated builds by the css tests (linux3). The mac3 builder will continue to run css tests and will now become red when the build fails. This will not block PRs though. If you come across any intermittents let jgrah