Index: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json |
diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json |
index be1f98dd2acf52baac5b574c2b26c7b2f08918ca..23977e0cef12b9a052d4a3ab283c6fa657f4bbc7 100644 |
--- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.json |
+++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_win.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@[@@@", |
@@ -30,6 +31,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-win-release-refs_heads_B1-123456.zip\", \"root\": \"[SLAVE_BUILD]\\\\src\\\\out\\\\Release\", \"use_python_zip\": true}" |
}, |
@@ -55,6 +57,7 @@ |
"[SLAVE_BUILD]\\chrome_staging\\chrome-asan-win-release-refs_heads_B1-123456.zip", |
"gs://chromium/win-release-subdir/chrome-asan-win-release-refs_heads_B1-123456.zip" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gsutil upload", |
"~followup_annotations": [ |
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium/win-release-subdir/chrome-asan-win-release-refs_heads_B1-123456.zip@@@" |
@@ -67,6 +70,7 @@ |
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
"[SLAVE_BUILD]\\chrome_staging\\chrome-asan-win-release-refs_heads_B1-123456.zip" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "chrome-asan-win-release-refs_heads_B1-123456.zip", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@python.inline@@@@", |