From 91d893324f594ccffd5545aaa41b13f8ed283019 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 4 Jan 2013 10:30:54 +0000 Subject: [PATCH] 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 --- tools/quality_tracking/track_build_status.py | 34 ++++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) 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', ]