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

Unified Diff: infra/bots/common.py

Issue 2155163002: Convert SK Images to new assets format (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove more stuff Created 4 years, 5 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
« no previous file with comments | « infra/bots/assets/skimage/upload.py ('k') | infra/bots/download_images.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/common.py
diff --git a/infra/bots/common.py b/infra/bots/common.py
index e4314dd78fa100ff2e606b890a41f27f8d32f16b..3c4a85d163a71918a5d9649c24ca0b48be0f943f 100644
--- a/infra/bots/common.py
+++ b/infra/bots/common.py
@@ -13,10 +13,8 @@ import subprocess
GS_GM_BUCKET = 'chromium-skia-gm'
-GS_SUBDIR_TMPL_SK_IMAGE = 'skimage/v%s'
GS_SUBDIR_TMPL_SKP = 'playback_%s/skps'
-VERSION_FILE_SK_IMAGE = 'SK_IMAGE_VERSION'
VERSION_FILE_SKP = 'SKP_VERSION'
« no previous file with comments | « infra/bots/assets/skimage/upload.py ('k') | infra/bots/download_images.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698