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

Unified Diff: scripts/slave/recipe_modules/zip/example.expected/mac.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/zip/example.expected/mac.json
diff --git a/scripts/slave/recipe_modules/zip/example.expected/mac.json b/scripts/slave/recipe_modules/zip/example.expected/mac.json
index 3fabe2057cd47110cd9fbfe49f36facc73e443ee..de91af52ff15d54e1a2c24aa3e3272e0f8939e7d 100644
--- a/scripts/slave/recipe_modules/zip/example.expected/mac.json
+++ b/scripts/slave/recipe_modules/zip/example.expected/mac.json
@@ -4,6 +4,7 @@
"touch",
"[TMP_BASE]/zip-example_tmp_1/a"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "touch a"
},
{
@@ -11,6 +12,7 @@
"touch",
"[TMP_BASE]/zip-example_tmp_1/b"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "touch b"
},
{
@@ -21,6 +23,7 @@
"[TMP_BASE]/zip-example_tmp_1/sub/dir",
"511"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "makedirs mkdirs",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -40,6 +43,7 @@
"touch",
"[TMP_BASE]/zip-example_tmp_1/sub/dir/c"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "touch c"
},
{
@@ -48,6 +52,7 @@
"-u",
"RECIPE_MODULE[zip]/resources/zip.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "zipping",
"stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]/zip-example_tmp_1\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/zip-example_tmp_1/output.zip\", \"root\": \"[TMP_BASE]/zip-example_tmp_1\", \"use_python_zip\": false}"
},
@@ -57,6 +62,7 @@
"-u",
"RECIPE_MODULE[zip]/resources/zip.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "zipping more",
"stdin": "{\"entries\": [{\"path\": \"[TMP_BASE]/zip-example_tmp_1/a\", \"type\": \"file\"}, {\"path\": \"[TMP_BASE]/zip-example_tmp_1/b\", \"type\": \"file\"}, {\"path\": \"[TMP_BASE]/zip-example_tmp_1/sub\", \"type\": \"dir\"}], \"output\": \"[TMP_BASE]/zip-example_tmp_1/more.zip\", \"root\": \"[TMP_BASE]/zip-example_tmp_1\", \"use_python_zip\": false}"
},
@@ -65,6 +71,7 @@
"echo",
"[TMP_BASE]/zip-example_tmp_1/more.zip"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "report"
},
{
@@ -73,6 +80,7 @@
"-u",
"RECIPE_MODULE[zip]/resources/unzip.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "unzipping",
"stdin": "{\"output\": \"[TMP_BASE]/zip-example_tmp_1/output\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/zip-example_tmp_1/output.zip\"}"
},
@@ -90,6 +98,7 @@
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
"[TMP_BASE]/zip-example_tmp_1"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "rmtree cleanup",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine
This is Rietveld 408576698