Re: mach mozregression command

2015-09-17 Thread Benoit Girard
Yes that's a good point and a perfectly sensible. Thanks for the handy wrapper! On Wed, Sep 16, 2015 at 5:37 PM, J. Ryan Stinnett wrote: > On Wed, Sep 16, 2015 at 1:42 PM, Benoit Girard > wrote: > > I just > > hope that we continue to maintain mozregression as a standalone tool and > > that thi

Re: mach mozregression command

2015-09-16 Thread J. Ryan Stinnett
On Wed, Sep 16, 2015 at 1:42 PM, Benoit Girard wrote: > I just > hope that we continue to maintain mozregression as a standalone tool and > that this wrapper doesn't cause us to miss regressions in it. The mach wrapper essentially just calls "pip install mozregression"[1] and passes args along, s

Re: mach mozregression command

2015-09-16 Thread Julien Pagès
This is great point. Mozgression will always be a standalone tool, easy to use for non developers. We dropped the build bisection support out of mozregression because it was broken, hard to maintain, and also because where mozregression really shine is the easy to use bisection of pre-built binarie

Re: mach mozregression command

2015-09-16 Thread Benoit Girard
This probably doesn't need to be mentioned but I'd like to discuss it anyways: We often ask bug reporters and various non developers to run bisection for us. Maintaining mozregression to work well without a code checkout (i.e. standalone) is important. I nearly feel that it should be so easy to ru

Re: mach mozregression command

2015-09-14 Thread Gregory Szorc
On Mon, Sep 14, 2015 at 11:01 AM, William Lachance wrote: > On 2015-09-14 1:17 PM, Benjamin Smedberg wrote: > >> Does this command work by downloading nightly/hourly builds (the way >> mozregression typically works) or by doing local builds at various >> changesets and getting a local source regr

Re: mach mozregression command

2015-09-14 Thread William Lachance
On 2015-09-14 1:17 PM, Benjamin Smedberg wrote: Does this command work by downloading nightly/hourly builds (the way mozregression typically works) or by doing local builds at various changesets and getting a local source regression range? The former. It's basically just a convenience wrapper f

Re: mach mozregression command

2015-09-14 Thread Benjamin Smedberg
Does this command work by downloading nightly/hourly builds (the way mozregression typically works) or by doing local builds at various changesets and getting a local source regression range? --BDS On 9/14/2015 12:43 PM, Julien Pagès wrote: Hey everyone, I'm pleased to announce that we just