aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/housekeeper.expected
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-03-12 08:59:00 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-12 13:23:58 +0000
commit3be061cd8bc5405e03938eb03a7b3125fd9c81fe (patch)
treed9f75ee66e92e26dbdf0fa8ff14b18bd4964a1d1 /infra/bots/recipes/housekeeper.expected
parent566414ef70766772759343f1b4357e7e5da9c1d2 (diff)
Fix binary size analysis
Bug: skia: Change-Id: Ic739fd2d24ee2e9ed2c8b0dfdfc7118005350400 Reviewed-on: https://skia-review.googlesource.com/113300 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/housekeeper.expected')
-rw-r--r--infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json24
-rw-r--r--infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json24
2 files changed, 40 insertions, 8 deletions
diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
index d54a4a29be..7d57a29557 100644
--- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
+++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit-Trybot.json
@@ -115,13 +115,29 @@
{
"cmd": [
"python",
+ "-u",
+ "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
+ "--json-output",
+ "/path/to/tmp/json",
+ "ensure-directory",
+ "--mode",
+ "0777",
+ "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Housekeeper-PerCommit/data"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "makedirs perf_dir"
+ },
+ {
+ "cmd": [
+ "python",
"RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
"--library",
- "[START_DIR]/out/Release/lib/libskia.so",
+ "[START_DIR]/out/Release/libskia.so",
"--githash",
"abc123",
- "--gsutil_path",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
+ "--dest",
+ "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Housekeeper-PerCommit/data/nanobench_9046e2e693bb92a76e972b694580e5d17ad10748_1337000001.json",
"--issue_number",
"456789"
],
@@ -132,7 +148,7 @@
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[START_DIR]/out"
},
- "name": "generate and upload binary size data"
+ "name": "generate binary size data"
},
{
"name": "$result",
diff --git a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
index 9ee17b1897..f9b13d8a7b 100644
--- a/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
+++ b/infra/bots/recipes/housekeeper.expected/Housekeeper-PerCommit.json
@@ -125,13 +125,29 @@
{
"cmd": [
"python",
+ "-u",
+ "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
+ "--json-output",
+ "/path/to/tmp/json",
+ "ensure-directory",
+ "--mode",
+ "0777",
+ "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Housekeeper-PerCommit/data"
+ ],
+ "cwd": "[CUSTOM_/_B_WORK]/skia",
+ "infra_step": true,
+ "name": "makedirs perf_dir"
+ },
+ {
+ "cmd": [
+ "python",
"RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py",
"--library",
- "[START_DIR]/out/Release/lib/libskia.so",
+ "[START_DIR]/out/Release/libskia.so",
"--githash",
"abc123",
- "--gsutil_path",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py"
+ "--dest",
+ "[CUSTOM_[SWARM_OUT_DIR]]/perfdata/Housekeeper-PerCommit/data/nanobench_9046e2e693bb92a76e972b694580e5d17ad10748_1337000001.json"
],
"cwd": "[CUSTOM_/_B_WORK]/skia",
"env": {
@@ -140,7 +156,7 @@
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[START_DIR]/out"
},
- "name": "generate and upload binary size data"
+ "name": "generate binary size data"
},
{
"name": "$result",