Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 081fcc7

Browse files
csmartdalton86Skia Commit-Bot
authored andcommitted
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>
1 parent 7e24871 commit 081fcc7

5 files changed

+8
-1
lines changed

infra/bots/README.recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Recipe for the Skia RecreateSKPs Bot.
448448

449449
[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)
450450

451-
&mdash; **def [RunSteps](/infra/bots/recipes/skpbench.py#149)(api):**
451+
&mdash; **def [RunSteps](/infra/bots/recipes/skpbench.py#150)(api):**
452452

453453
&mdash; **def [skpbench\_steps](/infra/bots/recipes/skpbench.py#41)(api):**
454454

infra/bots/recipes/skpbench.expected/Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_AllPathsVolatile_Skpbench.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@
366366
"--pr",
367367
"~nvpr",
368368
"--allPathsVolatile",
369+
"--suffix",
370+
"_volatile",
369371
"/sdcard/revenge_of_the_skiabot/skps/desk_*svg.skp",
370372
"/sdcard/revenge_of_the_skiabot/skps/desk_chalkboard.skp"
371373
],

infra/bots/recipes/skpbench.expected/Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_Vulkan_AllPathsVolatile_Skpbench.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@
366366
"--pr",
367367
"~nvpr",
368368
"--allPathsVolatile",
369+
"--suffix",
370+
"_volatile",
369371
"/sdcard/revenge_of_the_skiabot/skps/desk_*svg.skp",
370372
"/sdcard/revenge_of_the_skiabot/skps/desk_chalkboard.skp"
371373
],

infra/bots/recipes/skpbench.expected/Perf-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-AllPathsVolatile_Skpbench.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
"--pr",
8282
"~nvpr",
8383
"--allPathsVolatile",
84+
"--suffix",
85+
"_volatile",
8486
"[START_DIR]\\skp\\desk_*svg.skp",
8587
"[START_DIR]\\skp\\desk_chalkboard.skp"
8688
],

infra/bots/recipes/skpbench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def skpbench_steps(api):
102102
# for volatile paths.
103103
'--pr', '~nvpr',
104104
'--allPathsVolatile',
105+
'--suffix', "_volatile",
105106
api.path.join(api.flavor.device_dirs.skp_dir, 'desk_*svg.skp'),
106107
api.path.join(api.flavor.device_dirs.skp_dir, 'desk_chalkboard.skp')]
107108
else:

0 commit comments

Comments
 (0)