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

Unified Diff: scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Debug.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/skia.expected/Build-Ubuntu-GCC-x86_64-Debug.json
diff --git a/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Debug.json b/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Debug.json
index b4bb1b752ad0dc812a71b7d5cf907f7e73302d3f..a0eb7917cc09ed8224dbef9ced5a409db07fab11 100644
--- a/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Debug.json
+++ b/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Debug.json
@@ -36,6 +36,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"
},
{
@@ -53,6 +54,7 @@
"--output-json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gclient sync",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -73,6 +75,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
This is Rietveld 408576698