From 7bbb26fee0dcd7c53c1f5b80f62966654dd823ba Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Mon, 16 Apr 2018 07:44:41 -0400 Subject: [infra] Run recipes through Kitchen Bug: skia:7050 Change-Id: I50632444eb4ca7f9ae2b1b30b766e531092ccad4 Reviewed-on: https://skia-review.googlesource.com/82500 Commit-Queue: Eric Boren Reviewed-by: Ravi Mistry --- ...st-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json') diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json index 580be61a98..8266c565b6 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All.json @@ -10,7 +10,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": "fetch-gn" @@ -19,7 +19,7 @@ "cmd": [ "[START_DIR]/skia/bin/gn.exe", "gen", - "[START_DIR]/out/Debug_x64", + "[START_DIR]/build/out/Debug_x64", "--args=win_sdk=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/a9e1098bba66d2acccc377d5ee81265910f29272/win_sdk\" win_vc=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/a9e1098bba66d2acccc377d5ee81265910f29272/VC\"" ], "cwd": "[START_DIR]/skia", @@ -27,7 +27,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": "gn gen" }, @@ -37,14 +37,14 @@ "-k", "0", "-C", - "[START_DIR]/out/Debug_x64" + "[START_DIR]/build/out/Debug_x64" ], "cwd": "[START_DIR]/skia", "env": { "BUILDTYPE": "Debug_x64", "CHROME_HEADLESS": "1", "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", - "SKIA_OUT": "[START_DIR]/out" + "SKIA_OUT": "[START_DIR]/build/out" }, "name": "ninja" }, @@ -190,14 +190,14 @@ }, { "cmd": [ - "[START_DIR]/out/Debug_x64/dm", + "[START_DIR]/build/out/Debug_x64/dm", "--some-flag" ], "env": { "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