Chromium Code Reviews

Unified Diff: scripts/slave/recipes/run_presubmit.expected/chromium.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/run_presubmit.expected/chromium.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/chromium.json b/scripts/slave/recipes/run_presubmit.expected/chromium.json
index 11e80f30e3607fc0dc70a476f7627eb2c74ba9c7..38b5a490f3f0f4ae88aa44b808ba2d0a943917fe 100644
--- a/scripts/slave/recipes/run_presubmit.expected/chromium.json
+++ b/scripts/slave/recipes/run_presubmit.expected/chromium.json
@@ -27,6 +27,7 @@
"--revision",
"src@HEAD"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -111,6 +112,7 @@
"--rietveld_email",
""
],
+ "cwd": "[SLAVE_BUILD]",
"name": "presubmit",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",

Powered by Google App Engine