Changeset 94060 in webkit
- Timestamp:
- Aug 30, 2011, 2:09:34 AM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/webkitpy/common/net/buildbot/buildbot.py (modified) (1 diff)
-
Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r94055 r94060 1 2011-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 1 13 2011-08-30 Takashi Toyoshima <toyoshim@chromium.org> 2 14 -
trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py
r92563 r94060 305 305 "GTK.*64.*Debug", # Disallow the 64-bit Release bot which is broken. 306 306 "Qt", 307 "Chromium.* Release$",307 "Chromium.*(Mac|Linux|Win).*Release$", 308 308 "Chromium.*(Mac|Linux).*Release.*\(Tests", 309 309 ] -
trunk/Tools/Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py
r92563 r94060 262 262 {'name': u'Qt Windows 32-bit Release', }, 263 263 {'name': u'Qt Windows 32-bit Debug', }, 264 {'name': u'Chromium Android Release', }, 264 265 {'name': u'Chromium Win Release', }, 265 266 {'name': u'Chromium Win Release (Tests)', }, … … 288 289 "GTK.*64.*Debug", # Disallow the 64-bit Release bot which is broken. 289 290 "Qt", 290 "Chromium.* Release$",291 "Chromium.*(Mac|Linux|Win).*Release$", 291 292 "Chromium.*(Mac|Linux).*Release.*\(Tests", 292 293 ]
Note:
See TracChangeset
for help on using the changeset viewer.