Changeset 57795 in webkit


Ignore:
Timestamp:
Apr 18, 2010 10:43:50 AM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by Adam Barth.

Add Gtk bots to the list of "core builders" (builders which stop the commit-queue when they turn red)
https://bugs.webkit.org/show_bug.cgi?id=33295

The Gtk builders have been green every time I've looked
at them in the last 5 days or so. It would appear webkit
is now keeping them green and we should update the core
builder list to match reality.

  • 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

    r57793 r57795  
     12010-04-18  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Add Gtk bots 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=33295
     7
     8        The Gtk builders have been green every time I've looked
     9        at them in the last 5 days or so.  It would appear webkit
     10        is now keeping them green and we should update the core
     11        builder list to match reality.
     12
     13        * Scripts/webkitpy/common/net/buildbot.py:
     14        * Scripts/webkitpy/common/net/buildbot_unittest.py:
     15
    1162010-04-18  Robert Hogan  <robert@webkit.org>
    217
  • trunk/WebKitTools/Scripts/webkitpy/common/net/buildbot.py

    r57772 r57795  
    319319            "Windows.*Build",
    320320            "Windows.*Debug.*Test",
     321            "GTK",
    321322            "Qt",
    322323            "Chromium",
  • trunk/WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py

    r57777 r57795  
    273273            "Windows.*Build",
    274274            "Windows.*Debug.*Test",
     275            "GTK",
    275276            "Qt",
    276277            "Chromium",
     
    287288            {'name': u'Windows Debug (Build)', },
    288289            {'name': u'Windows Debug (Tests)', },
     290            {'name': u'GTK Linux 32-bit Release', },
     291            {'name': u'GTK Linux 32-bit Debug', },
     292            {'name': u'GTK Linux 64-bit Debug', },
     293            {'name': u'GTK Linux 64-bit Release', },
    289294            {'name': u'Qt Linux Release', },
    290295            {'name': u'Qt Linux Release minimal', },
Note: See TracChangeset for help on using the changeset viewer.