Title: [147672] trunk/Tools
Revision
147672
Author
dpra...@chromium.org
Date
2013-04-04 14:57:59 -0700 (Thu, 04 Apr 2013)

Log 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):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147671 => 147672)


--- trunk/Tools/ChangeLog	2013-04-04 21:57:58 UTC (rev 147671)
+++ trunk/Tools/ChangeLog	2013-04-04 21:57:59 UTC (rev 147672)
@@ -1,3 +1,17 @@
+2013-04-04  Dirk Pranke  <dpra...@chromium.org>
+
+        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):
+
 2013-04-04  Andrew Scherkus  <scher...@chromium.org>
 
         Unreviewed. Removing feature-media-revi...@chromium.org from Media watchlist.

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (147671 => 147672)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-04 21:57:58 UTC (rev 147671)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-04 21:57:59 UTC (rev 147672)
@@ -188,7 +188,6 @@
     #        a database migration. :(
     name = "chromium-ews"
     port_name = "chromium-xvfb"
-    _default_run_tests = True
 
 
 class ChromiumLinuxDebugEWS(AbstractChromiumEWS):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to