aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm_json.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-12-15 12:47:51 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-15 12:47:52 -0800
commit9a0d6d6c88b87b3d0195e5633403325b6e922b8c (patch)
tree108a90d3bcb39ff86f388f2aa12c4cab9232e310 /gm/gm_json.py
parent54160f32865e8bbba18c9a1eb6e46711c8233cdf (diff)
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
Diffstat (limited to 'gm/gm_json.py')
-rw-r--r--gm/gm_json.py6
1 files changed, 0 insertions, 6 deletions
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)