Dashboard LKGR parsing builder names
Needs to update this script as builders names are changed. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/1016004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3332 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
6f62836ccf
commit
91d893324f
@ -19,25 +19,25 @@ import dashboard_connection
|
||||
import tgrid_parser
|
||||
|
||||
# Bots that must be green in order to increment the LKGR revision.
|
||||
BOTS = ['Win32Debug',
|
||||
'Win32Release',
|
||||
'Mac32Debug',
|
||||
'Mac32Release',
|
||||
'Linux32Debug',
|
||||
'Linux32Release',
|
||||
'Linux64Debug',
|
||||
'Linux64Release',
|
||||
'LinuxClang',
|
||||
'Linux64Debug-GCC4.6',
|
||||
'LinuxMemcheck',
|
||||
'LinuxTsan',
|
||||
'LinuxAsan',
|
||||
'WinLargeTests',
|
||||
'MacLargeTests',
|
||||
'LinuxLargeTests',
|
||||
BOTS = ['Win32 Debug',
|
||||
'Win32 Release',
|
||||
'Mac32 Debug',
|
||||
'Mac32 Release',
|
||||
'Linux32 Debug',
|
||||
'Linux32 Release',
|
||||
'Linux64 Debug',
|
||||
'Linux64 Release',
|
||||
'Linux Clang',
|
||||
'Linux64 Debug GCC4.6',
|
||||
'Linux Memcheck',
|
||||
'Linux Tsan',
|
||||
'Linux Asan',
|
||||
'Win Large Tests',
|
||||
'Mac Large Tests',
|
||||
'Linux Large Tests',
|
||||
'CrOS',
|
||||
'Android',
|
||||
'AndroidNDK',
|
||||
'Android NDK',
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user