Update bots to make LKGR progress.

This is just a temporary fix until we have fixed a working solution for
the new buildbot waterfalls in Chrome infrastructure.

TEST=none
BUG=none
R=phoglund
TBR=phoglund

Review URL: https://webrtc-codereview.appspot.com/1654005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4216 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2013-06-12 08:10:18 +00:00
parent b097670264
commit 18275a8429

View File

@ -19,25 +19,13 @@ import dashboard_connection
import tgrid_parser import tgrid_parser
# Bots that must be green in order to increment the LKGR revision. # Bots that must be green in order to increment the LKGR revision.
BOTS = ['Win32 Debug', # TODO(kjellander): Remake this entirely as we have now switched to Chrome infra
'Win32 Release', # bots. This is just to get the LGKR moving forward for now.
'Mac32 Debug', BOTS = ['Linux32 Debug Coverage',
'Mac32 Release',
'Mac64 Debug',
'Mac64 Release',
'Linux32 Debug',
'Linux32 Release',
'Linux64 Debug',
'Linux64 Release',
'Linux Clang',
'Linux Memcheck',
'Linux Tsan',
'Linux Asan',
'Win Large Tests', 'Win Large Tests',
'Mac Large Tests', 'Mac Large Tests',
'Linux Large Tests', 'Linux Large Tests',
'CrOS', 'Android Platform',
'Android',
'Android NDK', 'Android NDK',
] ]