diff options
author | Eric Boren <borenet@google.com> | 2018-04-17 15:55:57 -0400 |
---|---|---|
committer | Eric Boren <borenet@google.com> | 2018-04-19 11:27:46 +0000 |
commit | 9599b0fd91778955786fafdcda97e4adb65cabf7 (patch) | |
tree | f7ed0b156291484efc5044a20ad04e471935dd7c /infra/bots/recipes/calmbench.expected | |
parent | a2b1ed5e9d2852bad5d8e1bddc299e920e73d6e0 (diff) |
Reland "[infra] Run recipes through Kitchen"
Bug: skia:7050
Change-Id: Icf0bcfbbc505c90a4e8cee7437037a3037bdf33b
Reviewed-on: https://skia-review.googlesource.com/121781
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/calmbench.expected')
2 files changed, 34 insertions, 4 deletions
diff --git a/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json b/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json index c03c039c8f..88bbbc82ac 100644 --- a/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json +++ b/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json @@ -73,8 +73,23 @@ { "cmd": [ "python", + "-u", + "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", + "--json-output", + "/path/to/tmp/json", + "ensure-directory", + "--mode", + "0777", + "[START_DIR]/[SWARM_OUT_DIR]" + ], + "infra_step": true, + "name": "makedirs perf" + }, + { + "cmd": [ + "python", "[START_DIR]/skia/tools/calmbench/ab.py", - "[CUSTOM_[SWARM_OUT_DIR]]", + "[START_DIR]/[SWARM_OUT_DIR]", "modified", "master", "[START_DIR]/out/Release/nanobench", @@ -108,7 +123,7 @@ "BUILDTYPE": "Release", "CHROME_HEADLESS": "1", "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[START_DIR]/out" + "SKIA_OUT": "[START_DIR]/build/out" }, "name": "Run calmbench" }, diff --git a/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json b/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json index 0148d71e78..f93b8b7521 100644 --- a/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json +++ b/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json @@ -73,8 +73,23 @@ { "cmd": [ "python", + "-u", + "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py", + "--json-output", + "/path/to/tmp/json", + "ensure-directory", + "--mode", + "0777", + "[START_DIR]/[SWARM_OUT_DIR]" + ], + "infra_step": true, + "name": "makedirs perf" + }, + { + "cmd": [ + "python", "[START_DIR]/skia/tools/calmbench/ab.py", - "[CUSTOM_[SWARM_OUT_DIR]]", + "[START_DIR]/[SWARM_OUT_DIR]", "modified", "master", "[START_DIR]/out/Release/nanobench", @@ -108,7 +123,7 @@ "BUILDTYPE": "Release", "CHROME_HEADLESS": "1", "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[START_DIR]/out" + "SKIA_OUT": "[START_DIR]/build/out" }, "name": "Run calmbench" }, |