Remove separate SP enabled SKP run since it is now on by default

Yesterday's RecreateSKPs_Canary run looks good:
http://build.chromium.org/p/client.skia.fyi/builders/Housekeeper-Nightly-RecreateSKPs_Canary/builds/143

The generated SKPs look very reasonably sized:
gs://chromium-skia-gm/playback_386/skps

BUG=skia:
NOTRY=true

Review URL: https://codereview.chromium.org/1191113002
This commit is contained in:
rmistry 2015-06-18 07:52:13 -07:00 committed by Commit bot
parent 7b7c844bca
commit 4c58e085b2

View File

@ -64,34 +64,6 @@ def main(chrome_src_path, browser_executable):
try:
shell_utils.run(webpages_playback_cmd)
# Temporary change to enable Slimming Paint runs. See skia:3763.
skia_page_sets_path = os.path.join(
os.path.dirname(os.path.realpath(__file__)), 'page_sets')
sp_skia_page_sets = [
os.path.join(skia_page_sets_path, 'skia_carsvg_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_chalkboard_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_css3gradients_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_espn_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_gmailthread_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_googlehome_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_googlespreadsheet_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_jsfiddlebigcar_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_mapsvg_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_nytimes_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_samoasvg_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_tigersvg_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_ugamsolutions_desktop.py'),
os.path.join(skia_page_sets_path, 'skia_digg_nexus10.py'),
os.path.join(skia_page_sets_path, 'skia_gmail_nexus10.py'),
os.path.join(skia_page_sets_path, 'skia_pravda_nexus10.py'),
]
webpages_playback_cmd.extend([
'--skp_prefix', 'sp_',
'--browser_extra_args', '--enable-slimming-paint',
'--page_sets', '%s' % ','.join(sp_skia_page_sets),
])
shell_utils.run(webpages_playback_cmd)
finally:
# Clean up any leftover browser instances. This can happen if there are
# telemetry crashes, processes are not always cleaned up appropriately by