Changeset 96194 in webkit


Ignore:
Timestamp:
Sep 28, 2011 12:02:42 AM (13 years ago)
Author:
rniwa@webkit.org
Message:

Make Chromium Win Release (Tests) a core builder
https://bugs.webkit.org/show_bug.cgi?id=68906

Reviewed by Adam Barth.

Add Chromium Win Release (Tests) to the list of core builders.

  • 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

    r96183 r96194  
     12011-09-28  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Make Chromium Win Release (Tests) a core builder
     4        https://bugs.webkit.org/show_bug.cgi?id=68906
     5
     6        Reviewed by Adam Barth.
     7
     8        Add Chromium Win Release (Tests) to the list of core builders.
     9
     10        * Scripts/webkitpy/common/net/buildbot/buildbot.py:
     11        * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py:
     12
    1132011-09-27  Adam Barth  <abarth@webkit.org>
    214
  • trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py

    r94060 r96194  
    306306            "Qt",
    307307            "Chromium.*(Mac|Linux|Win).*Release$",
    308             "Chromium.*(Mac|Linux).*Release.*\(Tests",
     308            "Chromium.*(Mac|Linux|Win).*Release.*\(Tests",
    309309        ]
    310310
  • trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py

    r94060 r96194  
    290290            "Qt",
    291291            "Chromium.*(Mac|Linux|Win).*Release$",
    292             "Chromium.*(Mac|Linux).*Release.*\(Tests",
     292            "Chromium.*(Mac|Linux|Win).*Release.*\(Tests",
    293293        ]
    294294        expected_builders = [
     
    313313            {'name': u'Qt Windows 32-bit Debug', },
    314314            {'name': u'Chromium Win Release', },
     315            {'name': u'Chromium Win Release (Tests)', },
    315316            {'name': u'Chromium Mac Release', },
    316317            {'name': u'Chromium Mac Release (Tests)', },
Note: See TracChangeset for help on using the changeset viewer.