Changeset 147672 in webkit


Ignore:
Timestamp:
Apr 4, 2013 2:57:59 PM (11 years ago)
Author:
dpranke@chromium.org
Message:

turn off running tests on chromium linux EWS bots
https://bugs.webkit.org/show_bug.cgi?id=113959

Reviewed by Geoffrey Garen.

Now that the Chromium port is no longer being maintained
there's little point in running the tests. Soon we should
just shut this bot off altogether.

  • Scripts/webkitpy/tool/commands/earlywarningsystem.py:

(ChromiumLinuxEWS):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147657 r147672  
     12013-04-04  Dirk Pranke  <dpranke@chromium.org>
     2
     3        turn off running tests on chromium linux EWS bots
     4        https://bugs.webkit.org/show_bug.cgi?id=113959
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        Now that the Chromium port is no longer being maintained
     9        there's little point in running the tests. Soon we should
     10        just shut this bot off altogether.
     11
     12        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
     13        (ChromiumLinuxEWS):
     14
    1152013-04-04  Andrew Scherkus  <scherkus@chromium.org>
    216
  • trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

    r147634 r147672  
    189189    name = "chromium-ews"
    190190    port_name = "chromium-xvfb"
    191     _default_run_tests = True
    192191
    193192
Note: See TracChangeset for help on using the changeset viewer.