Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: slave/skia_slave_scripts/compare_gms.py

Issue 14517004: Change Builder Names, MkIII (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: slave/skia_slave_scripts/compare_gms.py
===================================================================
--- slave/skia_slave_scripts/compare_gms.py (revision 8881)
+++ slave/skia_slave_scripts/compare_gms.py (working copy)
@@ -28,22 +28,22 @@
# Temporary list of builders who are allowed to fail this step without the
# bot turning red.
may_fail_with_warning = [
- 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Debug_32',
- 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Debug_32_Trybot',
- 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Release_32',
- 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Release_32_Trybot',
- 'Skia_Shuttle_Win7_Intel_Float_Debug_64',
- 'Skia_Shuttle_Win7_Intel_Float_Debug_64_Trybot',
- 'Skia_Shuttle_Win7_Intel_Float_Release_64',
- 'Skia_Shuttle_Win7_Intel_Float_Release_64_Trybot',
- 'Skia_Mac_Float_Debug_64',
- 'Skia_Mac_Float_Debug_64_Trybot',
- 'Skia_Mac_Float_Release_64',
- 'Skia_Mac_Float_Release_64_Trybot',
- 'Skia_MacMiniLion_Float_Debug_64',
- 'Skia_MacMiniLion_Float_Debug_64_Trybot',
- 'Skia_MacMiniLion_Float_Release_64',
- 'Skia_MacMiniLion_Float_Release_64_Trybot',
+ 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug',
+ 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Debug-Trybot',
+ 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Release',
+ 'Test-Ubuntu12-ShuttleA-ATI5770-x86-Release-Trybot',
+ 'Test-Win7-ShuttleA-HD2000-x86_64-Debug',
+ 'Test-Win7-ShuttleA-HD2000-x86_64-Debug-Trybot',
+ 'Test-Win7-ShuttleA-HD2000-x86_64-Release',
+ 'Test-Win7-ShuttleA-HD2000-x86_64-Release-Trybot',
+ 'Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Debug',
+ 'Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Debug-Trybot',
+ 'Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release',
+ 'Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Release-Trybot',
+ 'Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug',
+ 'Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug-Trybot',
+ 'Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Release',
+ 'Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Release-Trybot',
]
try:
shell_utils.Bash(cmd)

Powered by Google App Engine
This is Rietveld 408576698