aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-30 12:02:32 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-04-30 12:02:32 +0000
commite6598a04a7dd5899c811a6c3bb80856bfac2a1d6 (patch)
tree082fe7c06a15bb295ff1dfb45bf4e0953ea92500 /tools
parent815211307368b82a8df503432221b80ab0a804c3 (diff)
Fix builder name references
... as a result of https://codereview.chromium.org/14517004/ (SkipBuildbotRuns) R=bensong@google.com, rmistry@google.com, senorblanco@chromium.org Review URL: https://codereview.chromium.org/14544003 git-svn-id: http://skia.googlecode.com/svn/trunk@8921 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rwxr-xr-xtools/rebaseline.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/rebaseline.py b/tools/rebaseline.py
index 21964d4a33..e3a0ff9d04 100755
--- a/tools/rebaseline.py
+++ b/tools/rebaseline.py
@@ -17,25 +17,25 @@ import os, subprocess, sys, tempfile
pairs = [
['base-shuttle-win7-intel-float',
- 'Skia_Shuttle_Win7_Intel_Float_Release_32'],
+ 'Test-Win7-ShuttleA-HD2000-x86-Release'],
['base-shuttle-win7-intel-angle',
- 'Skia_Shuttle_Win7_Intel_Float_ANGLE_Release_32'],
+ 'Test-Win7-ShuttleA-HD2000-x86-Release-ANGLE'],
['base-shuttle-win7-intel-directwrite',
- 'Skia_Shuttle_Win7_Intel_Float_DirectWrite_Release_32'],
+ 'Test-Win7-ShuttleA-HD2000-x86-Release-DirectWrite'],
['base-shuttle_ubuntu12_ati5770',
- 'Skia_Shuttle_Ubuntu12_ATI5770_Float_Release_64'],
+ 'Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release'],
['base-macmini',
- 'Skia_Mac_Float_Release_32'],
+ 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release'],
['base-macmini-lion-float',
- 'Skia_MacMiniLion_Float_Release_32'],
+ 'Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release'],
['base-android-galaxy-nexus',
- 'Skia_GalaxyNexus_4-1_Float_Release_32'],
+ 'Test-Android-GalaxyNexus-SGX540-Arm7-Release'],
['base-android-nexus-7',
- 'Skia_Nexus7_4-1_Float_Release_32'],
+ 'Test-Android-Nexus7-Tegra3-Arm7-Release'],
['base-android-nexus-s',
- 'Skia_NexusS_4-1_Float_Release_32'],
+ 'Test-Android-NexusS-SGX540-Arm7-Release'],
['base-android-xoom',
- 'Skia_Xoom_4-1_Float_Release_32'],
+ 'Test-Android-Xoom-Tegra2-Arm7-Release'],
]
if len(sys.argv) < 2: