Changeset 56902 in webkit


Ignore:
Timestamp:
Apr 1, 2010 1:02:32 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-01 Eric Seidel <eric@webkit.org>

Rubber-stamped by Adam Barth.

Add Snow Leopard Release bot to the list of "core builders" (builders which stop the commit-queue when they turn red)
https://bugs.webkit.org/show_bug.cgi?id=33292

Just adding the "Build" builder for now.
We'll add the "Test" builders when the tests
are less flaky.

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56901 r56902  
     12010-04-01  Eric Seidel  <eric@webkit.org>
     2
     3        Rubber-stamped by Adam Barth.
     4
     5        Add Snow Leopard Release bot to the list of "core builders" (builders which stop the commit-queue when they turn red)
     6        https://bugs.webkit.org/show_bug.cgi?id=33292
     7
     8        Just adding the "Build" builder for now.
     9        We'll add the "Test" builders when the tests
     10        are less flaky.
     11
     12        * Scripts/webkitpy/common/net/buildbot.py:
     13        * Scripts/webkitpy/common/net/buildbot_unittest.py:
     14
    1152010-04-01  Yury Semikhatsky  <yurys@chromium.org>
    216
  • trunk/WebKitTools/Scripts/webkitpy/common/net/buildbot.py

    r56897 r56902  
    258258        # See https://bugs.webkit.org/show_bug.cgi?id=33296 and related bugs.
    259259        self.core_builder_names_regexps = [
     260            "SnowLeopard.*Build",
    260261            "Leopard",
    261262            "Windows.*Build",
  • trunk/WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py

    r56874 r56902  
    228228            { 'name': u'Chromium Win Release', },
    229229        ]
    230         name_regexps = [ "Leopard", "Windows.*Build", "Chromium" ]
     230        name_regexps = ["SnowLeopard.*Build", "Leopard", "Windows.*Build", "Chromium"]
    231231        expected_builders = [
    232232            { 'name': u'Leopard Intel Release (Build)', },
     
    234234            { 'name': u'Leopard Intel Debug (Build)', },
    235235            { 'name': u'Leopard Intel Debug (Tests)', },
     236            { 'name': u'SnowLeopard Intel Release (Build)', },
    236237            { 'name': u'Windows Release (Build)', },
    237238            { 'name': u'Windows Debug (Build)', },
Note: See TracChangeset for help on using the changeset viewer.