From 9599b0fd91778955786fafdcda97e4adb65cabf7 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Tue, 17 Apr 2018 15:55:57 -0400 Subject: Reland "[infra] Run recipes through Kitchen" Bug: skia:7050 Change-Id: Icf0bcfbbc505c90a4e8cee7437037a3037bdf33b Reviewed-on: https://skia-review.googlesource.com/121781 Reviewed-by: Ben Wagner Commit-Queue: Eric Boren --- ...6-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json | 36 +++++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json') diff --git a/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json b/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json index 99718e760e..ed4384245c 100644 --- a/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json +++ b/infra/bots/recipes/test.expected/Test-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.json @@ -83,6 +83,34 @@ "infra_step": true, "name": "write SVG_VERSION" }, + { + "cmd": [ + "python", + "-u", + "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", + "--json-output", + "/path/to/tmp/json", + "rmtree", + "[START_DIR]\\test" + ], + "infra_step": true, + "name": "rmtree test" + }, + { + "cmd": [ + "python", + "-u", + "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", + "--json-output", + "/path/to/tmp/json", + "ensure-directory", + "--mode", + "0777", + "[START_DIR]\\test" + ], + "infra_step": true, + "name": "makedirs test" + }, { "cmd": [ "python", @@ -109,7 +137,7 @@ "BUILDTYPE": "Debug_x64", "CHROME_HEADLESS": "1", "PATH": ";RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[START_DIR]\\out" + "SKIA_OUT": "[START_DIR]\\build\\out" }, "infra_step": true, "name": "get uninteresting hashes", @@ -177,7 +205,7 @@ }, { "cmd": [ - "[START_DIR]\\out\\Debug_x64\\dm", + "[START_DIR]\\build\\out\\Debug_x64\\dm", "--resourcePath", "[START_DIR]\\skia\\resources", "--skps", @@ -220,7 +248,7 @@ "--uninterestingHashesFile", "[START_DIR]\\tmp\\uninteresting_hashes.txt", "--writePath", - "[CUSTOM_[SWARM_OUT_DIR]]\\dm", + "[START_DIR]\\[SWARM_OUT_DIR]\\dm", "--dont_write", "pdf", "--randomProcessorTest", @@ -305,7 +333,7 @@ "BUILDTYPE": "Debug_x64", "CHROME_HEADLESS": "1", "PATH": ";RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[START_DIR]\\out" + "SKIA_OUT": "[START_DIR]\\build\\out" }, "name": "dm" }, -- cgit v1.2.3