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

Unified Diff: scripts/slave/recipe_modules/chromite/example.expected/basic.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/chromite/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/chromite/example.expected/basic.json b/scripts/slave/recipe_modules/chromite/example.expected/basic.json
index 59853f814eb196c45dc94cbcc8a2f2fe3c551010..6c865843bd5d497a7e6f2721a392b069a0e4ddcb 100644
--- a/scripts/slave/recipe_modules/chromite/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/chromite/example.expected/basic.json
@@ -8,6 +8,7 @@
"--repo-url",
"https://chromium.googlesource.com/external/repo.git"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "repo init"
},
{
@@ -15,6 +16,7 @@
"[DEPOT_TOOLS]/repo",
"sync"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "repo sync"
},
{
@@ -29,6 +31,7 @@
"--board",
"amd64-generic"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "setup board"
},
{
@@ -41,6 +44,7 @@
"--board",
"amd64-generic"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "build packages"
},
{
@@ -53,6 +57,7 @@
"echo",
"hello"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cros_sdk"
},
{
@@ -64,6 +69,7 @@
"/here/there",
"amd64-generic-full"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "cbuildbot"
}
]

Powered by Google App Engine
This is Rietveld 408576698