From 18275a8429db13523a5f99077ab8a2b66a905777 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 12 Jun 2013 08:10:18 +0000 Subject: [PATCH] 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 --- tools/quality_tracking/track_build_status.py | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/tools/quality_tracking/track_build_status.py b/tools/quality_tracking/track_build_status.py index 30128fa7e2..3bc158a7c1 100755 --- a/tools/quality_tracking/track_build_status.py +++ b/tools/quality_tracking/track_build_status.py @@ -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', ]