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