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
|
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 = ['Win32Debug',
|
BOTS = ['Win32 Debug',
|
||||||
'Win32Release',
|
'Win32 Release',
|
||||||
'Mac32Debug',
|
'Mac32 Debug',
|
||||||
'Mac32Release',
|
'Mac32 Release',
|
||||||
'Linux32Debug',
|
'Linux32 Debug',
|
||||||
'Linux32Release',
|
'Linux32 Release',
|
||||||
'Linux64Debug',
|
'Linux64 Debug',
|
||||||
'Linux64Release',
|
'Linux64 Release',
|
||||||
'LinuxClang',
|
'Linux Clang',
|
||||||
'Linux64Debug-GCC4.6',
|
'Linux64 Debug GCC4.6',
|
||||||
'LinuxMemcheck',
|
'Linux Memcheck',
|
||||||
'LinuxTsan',
|
'Linux Tsan',
|
||||||
'LinuxAsan',
|
'Linux Asan',
|
||||||
'WinLargeTests',
|
'Win Large Tests',
|
||||||
'MacLargeTests',
|
'Mac Large Tests',
|
||||||
'LinuxLargeTests',
|
'Linux Large Tests',
|
||||||
'CrOS',
|
'CrOS',
|
||||||
'Android',
|
'Android',
|
||||||
'AndroidNDK',
|
'Android NDK',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user