From 9a0d6d6c88b87b3d0195e5633403325b6e922b8c Mon Sep 17 00:00:00 2001 From: mtklein Date: Mon, 15 Dec 2014 12:47:51 -0800 Subject: skimage, die die die DM's running with --images on all the bots now. They look happy. BUG=skia:3235 Review URL: https://codereview.chromium.org/804133003 --- gm/gm_json.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gm/gm_json.py') diff --git a/gm/gm_json.py b/gm/gm_json.py index 109bba338e..453cca8e44 100644 --- a/gm/gm_json.py +++ b/gm/gm_json.py @@ -104,12 +104,6 @@ GM_ACTUALS_ROOT_HTTP_URL = ( # as a GS URL that allows credential-protected write access: GM_ACTUALS_ROOT_GS_URL = 'gs://chromium-skia-gm/gm' -# Root directory where buildbots store skimage actual results json files. -SKIMAGE_ACTUALS_BASE_URL = ( - 'http://chromium-skia-gm.commondatastorage.googleapis.com/skimage/actuals') -# Root directory inside trunk where skimage expectations are stored. -SKIMAGE_EXPECTATIONS_ROOT = os.path.join('expectations', 'skimage') - # Pattern used to assemble each image's filename IMAGE_FILENAME_PATTERN = '(.+)_(.+)\.png' # matches (testname, config) -- cgit v1.2.3