Add a "_volatile" suffix to AllPathsVolatile configs

Bug: skia:10419
Change-Id: Id80f229a59c2a2808ee4034c41896462effed83a
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/319640
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
This commit is contained in:
Chris Dalton 2020-09-25 10:23:28 -06:00 committed by Skia Commit-Bot
parent 7e248716e7
commit 081fcc7bba
5 changed files with 8 additions and 1 deletions

View File

@ -448,7 +448,7 @@ Recipe for the Skia RecreateSKPs Bot.
[DEPS](/infra/bots/recipes/skpbench.py#12): [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/python][recipe_engine/recipe_modules/python], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step], [recipe\_engine/time][recipe_engine/recipe_modules/time], [flavor](#recipe_modules-flavor), [run](#recipe_modules-run), [vars](#recipe_modules-vars)
&mdash; **def [RunSteps](/infra/bots/recipes/skpbench.py#149)(api):**
&mdash; **def [RunSteps](/infra/bots/recipes/skpbench.py#150)(api):**
&mdash; **def [skpbench\_steps](/infra/bots/recipes/skpbench.py#41)(api):**

View File

@ -366,6 +366,8 @@
"--pr",
"~nvpr",
"--allPathsVolatile",
"--suffix",
"_volatile",
"/sdcard/revenge_of_the_skiabot/skps/desk_*svg.skp",
"/sdcard/revenge_of_the_skiabot/skps/desk_chalkboard.skp"
],

View File

@ -366,6 +366,8 @@
"--pr",
"~nvpr",
"--allPathsVolatile",
"--suffix",
"_volatile",
"/sdcard/revenge_of_the_skiabot/skps/desk_*svg.skp",
"/sdcard/revenge_of_the_skiabot/skps/desk_chalkboard.skp"
],

View File

@ -81,6 +81,8 @@
"--pr",
"~nvpr",
"--allPathsVolatile",
"--suffix",
"_volatile",
"[START_DIR]\\skp\\desk_*svg.skp",
"[START_DIR]\\skp\\desk_chalkboard.skp"
],

View File

@ -102,6 +102,7 @@ def skpbench_steps(api):
# for volatile paths.
'--pr', '~nvpr',
'--allPathsVolatile',
'--suffix', "_volatile",
api.path.join(api.flavor.device_dirs.skp_dir, 'desk_*svg.skp'),
api.path.join(api.flavor.device_dirs.skp_dir, 'desk_chalkboard.skp')]
else: