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

Unified Diff: scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.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/recipe_modules/tryserver/example.expected/with_svn_patch.json
diff --git a/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json b/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json
index b5edce9a2e3d26d24315ca5b192a7e07819ab761..96a2c85e9a62762a3ff4404b4e9e4756f23582ad 100644
--- a/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json
+++ b/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json
@@ -7,6 +7,7 @@
"svn://checkout.url",
"/path/to/tmp/diff"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "download patch",
"~followup_annotations": [
"@@@STEP_LOG_LINE@patch.diff@fake patch.diff content (line 1)@@@",
@@ -26,6 +27,7 @@
"--strip",
"0"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "apply patch",
"stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2)\n"
}

Powered by Google App Engine
This is Rietveld 408576698