Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1180)

Unified Diff: scripts/slave/recipes/skia/autoroll.expected/AutoRoll_upload.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/skia/autoroll.expected/AutoRoll_upload.json
diff --git a/scripts/slave/recipes/skia/autoroll.expected/AutoRoll_upload.json b/scripts/slave/recipes/skia/autoroll.expected/AutoRoll_upload.json
index 600832d197a49af2be988e7b2fbc1c3fb2c592b9..847b41f021d7accd295ff11d4cb77cf21b42fd3a 100644
--- a/scripts/slave/recipes/skia/autoroll.expected/AutoRoll_upload.json
+++ b/scripts/slave/recipes/skia/autoroll.expected/AutoRoll_upload.json
@@ -8,6 +8,7 @@
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient setup"
},
{
@@ -23,6 +24,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -69,6 +71,7 @@
"http://skia-tree-status.appspot.com/arb_is_stopped",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "is_stopped",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",

Powered by Google App Engine
This is Rietveld 408576698