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

Unified Diff: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.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/archive/example.expected/cf_archiving_linux.json
diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
index eeaeb387235ed36f11f8ed9c428384bff7d5548a..6d8377a8ad9a6c856cb327acb8688fe6db1ca10b 100644
--- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
+++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
@@ -7,6 +7,7 @@
"[SLAVE_BUILD]/src/out/Release",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "listdir build_dir",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",
@@ -29,6 +30,7 @@
"-u",
"RECIPE_MODULE[zip]/resources/zip.py"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "zipping",
"stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/Release/chrome\", \"type\": \"file\"}, {\"path\": \"[SLAVE_BUILD]/src/out/Release/icu.dat\", \"type\": \"file\"}], \"output\": \"[SLAVE_BUILD]/chrome_staging/chrome-asan-linux-release-refs_heads_B1-123456.zip\", \"root\": \"[SLAVE_BUILD]/src/out/Release\", \"use_python_zip\": false}"
},
@@ -54,6 +56,7 @@
"[SLAVE_BUILD]/chrome_staging/chrome-asan-linux-release-refs_heads_B1-123456.zip",
"gs://chromium/linux-release-subdir/chrome-asan-linux-release-refs_heads_B1-123456.zip"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium/linux-release-subdir/chrome-asan-linux-release-refs_heads_B1-123456.zip@@@"
@@ -66,6 +69,7 @@
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
"[SLAVE_BUILD]/chrome_staging/chrome-asan-linux-release-refs_heads_B1-123456.zip"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "chrome-asan-linux-release-refs_heads_B1-123456.zip",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine
This is Rietveld 408576698