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

Unified Diff: slave/skia_slave_scripts/compare_and_upload_webpage_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_and_upload_webpage_gms.py
===================================================================
--- slave/skia_slave_scripts/compare_and_upload_webpage_gms.py (revision 8881)
+++ slave/skia_slave_scripts/compare_and_upload_webpage_gms.py (working copy)
@@ -8,7 +8,7 @@
This module can be run from the command-line like this:
cd buildbot/third_party/chromium_buildbot/slave/\
-Skia_Shuttle_Ubuntu12_ATI5770_Float_Release_64/build/trunk
+Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release/build/trunk
PYTHONPATH=../../../../site_config:\
../../../../scripts \
@@ -17,7 +17,7 @@
--configuration "Debug" --target_platform "" --revision 0 \
--autogen_svn_baseurl "" --make_flags "" --test_args "" --gm_args "" \
--bench_args "" --num_cores 8 --perf_output_basedir "" \
---builder_name Skia_Shuttle_Ubuntu12_ATI5770_Float_Release_64 \
+--builder_name Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release \
--got_revision 0 --gm_image_subdir base-shuttle_ubuntu12_ati5770 \
--is_try False --do_upload_results True --dest_gsbase gs://rmistry
@@ -99,7 +99,7 @@
def _Run(self):
# Right now, we only write images on one builder, since it takes too long.
- if self._builder_name != 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Debug_64':
+ if self._builder_name != 'Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Debug':
return
cmd = [self._PathToBinary('skdiff'),
@@ -121,22 +121,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',
]
# Fail with a warning if the gm_actual directory on Google Storage is

Powered by Google App Engine
This is Rietveld 408576698