| Index: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
|
| diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
|
| index 70e820961d3b8b0a027741271594dc441f487dbe..e528db36c6add35a49e8bbcaab4d107eb4f80869 100644
|
| --- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.json
|
| +++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_no_git.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@[@@@",
|
| @@ -27,6 +28,7 @@
|
| "-u",
|
| "RECIPE_MODULE[zip]/resources/zip.py"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "zipping",
|
| "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/Release/chrome\", \"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}"
|
| },
|
| @@ -48,6 +50,7 @@
|
| "[SLAVE_BUILD]/chrome_staging/chrome-asan-linux-release-refs_heads_B1-123456.zip",
|
| "gs://chromium/linux-release/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/chrome-asan-linux-release-refs_heads_B1-123456.zip@@@"
|
| @@ -60,6 +63,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@@@@",
|
|
|