[recreateskps-bot] New locations for hosted pages

Old locations will be cleaned up.

Change-Id: Iacdc2e61db2fb1b8630e1741832ceaf16c98c41b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/350016
Reviewed-by: Ravi Mistry <rmistry@google.com>
This commit is contained in:
Ravi Mistry 2021-01-05 10:27:27 -05:00
parent 6356cb1904
commit ebcc35fcd5
3 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,8 @@ class SkiaMicrographygirlsvgDesktopPageSet(story.StorySet):
urls_list = [
# Why: skbug.com/10752
'https://storage.googleapis.com/skia-recreateskps-hosted-pages/micrography.svg',
('https://storage.googleapis.com/skia-recreateskps-bot-hosted-pages/'
'micrography.svg'),
]
for url in urls_list:

View File

@ -34,7 +34,7 @@ class SkiaTiger8svgDesktopPageSet(story.StorySet):
urls_list = [
# Why: from skbug.com/4713
('https://storage.googleapis.com/skia-infra-testdata/images-for-skps/'
('https://storage.googleapis.com/skia-recreateskps-bot-hosted-pages/'
'tiger-8.svg'),
]

View File

@ -34,7 +34,7 @@ class SkiaYnevsvgDesktopPageSet(story.StorySet):
urls_list = [
# Why: from skbug.com/4713
('https://storage.googleapis.com/skia-infra-testdata/images-for-skps/'
('https://storage.googleapis.com/skia-recreateskps-bot-hosted-pages/'
'ynev.svg'),
]