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

Unified Diff: scripts/slave/recipe_modules/ios/example.expected/clobber.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/ios/example.expected/clobber.json
diff --git a/scripts/slave/recipe_modules/ios/example.expected/clobber.json b/scripts/slave/recipe_modules/ios/example.expected/clobber.json
index cce4ed7e5cc7d96db4c9acfc90302e5c047e157e..b0fa27fb465b0730cf43179cd2ef16bc0a7b9893 100644
--- a/scripts/slave/recipe_modules/ios/example.expected/clobber.json
+++ b/scripts/slave/recipe_modules/ios/example.expected/clobber.json
@@ -22,6 +22,7 @@
"src@HEAD",
"--force"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "bot_update",
"~followup_annotations": [
"@@@STEP_TEXT@Some step text@@@",
@@ -69,6 +70,7 @@
"[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "read build config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -88,6 +90,7 @@
"-e",
"{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\"\n}"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "finalize build config"
},
{
@@ -98,6 +101,7 @@
"--version",
"6.1.1"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "find xcode",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{}@@@",
@@ -111,6 +115,7 @@
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "component=static_library OS=ios",
"GYP_GENERATORS": "xcode",

Powered by Google App Engine
This is Rietveld 408576698