Chromium Code Reviews

Unified Diff: scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.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.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json
diff --git a/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json b/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json
index b7477d740e4aec72135df93c776ff6f4b9659a57..faef7952a1c6f4227a787792203ae3c90d9436cc 100644
--- a/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json
+++ b/scripts/slave/recipes/skia/housekeeper_percommit.expected/Housekeeper-PerCommit.json
@@ -8,6 +8,7 @@
"--spec",
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.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@{@@@",
@@ -43,6 +45,7 @@
"\nimport os\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(os.path.join(os.path.expanduser('~'), 'src'))\n",
"/path/to/tmp/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "get CHROME_PATH",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine