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:
parent
7e248716e7
commit
081fcc7bba
@ -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)
|
||||
|
||||
— **def [RunSteps](/infra/bots/recipes/skpbench.py#149)(api):**
|
||||
— **def [RunSteps](/infra/bots/recipes/skpbench.py#150)(api):**
|
||||
|
||||
— **def [skpbench\_steps](/infra/bots/recipes/skpbench.py#41)(api):**
|
||||
|
||||
|
@ -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"
|
||||
],
|
||||
|
@ -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"
|
||||
],
|
||||
|
@ -81,6 +81,8 @@
|
||||
"--pr",
|
||||
"~nvpr",
|
||||
"--allPathsVolatile",
|
||||
"--suffix",
|
||||
"_volatile",
|
||||
"[START_DIR]\\skp\\desk_*svg.skp",
|
||||
"[START_DIR]\\skp\\desk_chalkboard.skp"
|
||||
],
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user