[webkit-dev] PSA: rebaseline tooling

2012-07-12 Thread Ojan Vafai
https://trac.webkit.org/wiki/Rebaseline

I've recently consolidated the various rebaseline commands and made the
tool work for non-Chromium ports.

I especially like webkit-patch rebaseline path/to/test/i/just/broke.html,
which lets you easily rebaseline the test for all ports once the bots have
cycled.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] PSA: rebaseline tooling

2012-07-12 Thread Peter Kasting
On Thu, Jul 12, 2012 at 3:17 PM, Ojan Vafai o...@chromium.org wrote:

 https://trac.webkit.org/wiki/Rebaseline

 I've recently consolidated the various rebaseline commands and made the
 tool work for non-Chromium ports.

 I especially like webkit-patch rebaseline
 path/to/test/i/just/broke.html, which lets you easily rebaseline the test
 for all ports once the bots have cycled.


Thanks Ojan!

On a random note since you mentioned bots cycling.  Is there any way for
this tool/garden-o-matic to detect whether the bots it's pulling results
from have cycled since a particular change?  I've been bitten (and I know
others have too) by trying to pull new baselines too early and then having
to do it again, and having the tool tell me, say, the most recent revision
that it has complete results for would be awesome.

PK
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] PSA: rebaseline tooling

2012-07-12 Thread Dirk Pranke
At the top of the garden-o-matic page there is a line like Latest
revision processed by every bot: 122499 (trunk is at 122524). I think
that does what you want?

On Thu, Jul 12, 2012 at 3:56 PM, Peter Kasting pkast...@google.com wrote:
 On Thu, Jul 12, 2012 at 3:17 PM, Ojan Vafai o...@chromium.org wrote:

 https://trac.webkit.org/wiki/Rebaseline

 I've recently consolidated the various rebaseline commands and made the
 tool work for non-Chromium ports.

 I especially like webkit-patch rebaseline
 path/to/test/i/just/broke.html, which lets you easily rebaseline the test
 for all ports once the bots have cycled.


 Thanks Ojan!

 On a random note since you mentioned bots cycling.  Is there any way for
 this tool/garden-o-matic to detect whether the bots it's pulling results
 from have cycled since a particular change?  I've been bitten (and I know
 others have too) by trying to pull new baselines too early and then having
 to do it again, and having the tool tell me, say, the most recent revision
 that it has complete results for would be awesome.

 PK

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] PSA: rebaseline tooling

2012-07-12 Thread Peter Kasting
On Thu, Jul 12, 2012 at 4:16 PM, Dirk Pranke dpra...@chromium.org wrote:

 At the top of the garden-o-matic page there is a line like Latest
 revision processed by every bot: 122499 (trunk is at 122524). I think
 that does what you want?


Ah, I hadn't noticed that.  That sounds promising!

PK
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] PSA: rebaseline tooling

2012-07-12 Thread Ojan Vafai
If someone feels like doing extra hacking to improve this, I'm happy to
walk you through the code. It'd be awesome if you could expand out that
section to show which revision has been run on each bot.
https://bugs.webkit.org/show_bug.cgi?id=91163


On Thu, Jul 12, 2012 at 4:18 PM, Peter Kasting pkast...@google.com wrote:

 On Thu, Jul 12, 2012 at 4:16 PM, Dirk Pranke dpra...@chromium.org wrote:

 At the top of the garden-o-matic page there is a line like Latest
 revision processed by every bot: 122499 (trunk is at 122524). I think
 that does what you want?


 Ah, I hadn't noticed that.  That sounds promising!

 PK

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev