Bug 78211

Summary: [GTK] EWS command-line option to run the tests
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Philippe Normand <pnormand>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, gustavo, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review+, abarth: commit-queue-

Description Philippe Normand 2012-02-09 00:19:37 PST
I'm not sure all the 3 EWS GTK bots can run all the tests for each patch fast enough. That's why I'd like to add a new command-line switch so each bot can choose to opt-in if it can run the tests fast :)

The igalia-gtk-ews should at least be able to do this.
Will attach a patch.
Comment 1 Gustavo Noronha (kov) 2012-02-09 03:52:38 PST
Sounds like a great idea =) my local EWS is probably able to keep up, not so sure about the collabora one for now, so having the switch would be good.
Comment 2 Philippe Normand 2012-02-09 04:06:28 PST
Created attachment 126276 [details]
Patch
Comment 3 Adam Barth 2012-02-09 10:40:50 PST
Comment on attachment 126276 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=126276&action=review

> Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py:48
> +        options = [make_option("--run-tests", action="store_true", dest="tests", default=self._default_run_tests, help="Run the Layout tests for each patch")]

Can we name this run_tests ?  We generally like to make the names in the code match the command line names.
Comment 4 Philippe Normand 2012-02-10 00:07:51 PST
Committed r107374: <http://trac.webkit.org/changeset/107374>