⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 94060 in webkit


Ignore:
Timestamp:
Aug 30, 2011, 2:09:34 AM (15 years ago)
Author:
abarth@webkit.org
Message:

Chromium Android should not be a core builder
https://bugs.webkit.org/show_bug.cgi?id=67184

Reviewed by Ryosuke Niwa.

This bot hasn't been consistently green yet because it has never actually run!

  • Scripts/webkitpy/common/net/buildbot/buildbot.py:
  • Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r94055 r94060  
     12011-08-30  Adam Barth  <abarth@webkit.org>
     2
     3        Chromium Android should not be a core builder
     4        https://bugs.webkit.org/show_bug.cgi?id=67184
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        This bot hasn't been consistently green yet because it has never actually run!
     9
     10        * Scripts/webkitpy/common/net/buildbot/buildbot.py:
     11        * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
     12
    1132011-08-30  Takashi Toyoshima  <toyoshim@chromium.org>
    214
  • trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py

    r92563 r94060  
    305305            "GTK.*64.*Debug",  # Disallow the 64-bit Release bot which is broken.
    306306            "Qt",
    307             "Chromium.*Release$",
     307            "Chromium.*(Mac|Linux|Win).*Release$",
    308308            "Chromium.*(Mac|Linux).*Release.*\(Tests",
    309309        ]
  • trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py

    r92563 r94060  
    262262            {'name': u'Qt Windows 32-bit Release', },
    263263            {'name': u'Qt Windows 32-bit Debug', },
     264            {'name': u'Chromium Android Release', },
    264265            {'name': u'Chromium Win Release', },
    265266            {'name': u'Chromium Win Release (Tests)', },
     
    288289            "GTK.*64.*Debug",  # Disallow the 64-bit Release bot which is broken.
    289290            "Qt",
    290             "Chromium.*Release$",
     291            "Chromium.*(Mac|Linux|Win).*Release$",
    291292            "Chromium.*(Mac|Linux).*Release.*\(Tests",
    292293        ]
Note: See TracChangeset for help on using the changeset viewer.