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

Unified Diff: scripts/slave/recipe_modules/gsutil/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/gsutil/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
index b44b5a9dbb5d27529d2a2f536e565d5e86909e27..46b22300785a28204d29cc10e82bf67f30bce0c0 100644
--- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
@@ -21,6 +21,7 @@
"[SLAVE_BUILD]/boom",
"gs://chromium-recipe-test/some/random/path/to/boom"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-recipe-test/some/random/path/to/boom@@@"
@@ -40,6 +41,7 @@
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp"
},
{
@@ -56,6 +58,7 @@
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp (2)"
},
{
@@ -72,6 +75,7 @@
"gs://chromium-recipe-test/some/random/path/to/boom",
"[SLAVE_BUILD]/boom"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil gsutil download url"
},
{
@@ -88,6 +92,7 @@
"gs://chromium-recipe-test/staging/to/boom",
"[SLAVE_BUILD]/erang"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil download"
},
{
@@ -104,6 +109,7 @@
"path/to/key",
"gs://chromium-recipe-test/some/random/path/to/boom"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil signed url"
},
{
@@ -119,6 +125,7 @@
"rm",
"gs://chromium-recipe-test/staging/to/boom"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil remove"
},
{

Powered by Google App Engine
This is Rietveld 408576698