diff --git a/tools/quality_tracking/track_build_status.py b/tools/quality_tracking/track_build_status.py index e07e00af34..b15d773f08 100644 --- a/tools/quality_tracking/track_build_status.py +++ b/tools/quality_tracking/track_build_status.py @@ -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', ]