| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 7 "[SLAVE_BUILD]/src/out/Release", | 7 "[SLAVE_BUILD]/src/out/Release", |
| 8 "/path/to/tmp/json" | 8 "/path/to/tmp/json" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]", | 10 "cwd": "[SLAVE_BUILD]", |
| 11 "name": "listdir build_dir", | 11 "name": "listdir build_dir", |
| 12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@json.output@[@@@", | 13 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"chrome\"@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"chrome\"@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@]@@@", | 15 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 16 "@@@STEP_LOG_END@json.output@@@", | 16 "@@@STEP_LOG_END@json.output@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@@@@", | 17 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 18 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 19 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 21 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 21 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 22 "@@@STEP_LOG_END@python.inline@@@" | 22 "@@@STEP_LOG_END@python.inline@@@" |
| 23 ] | 23 ] |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 "cmd": [ | 26 "cmd": [ |
| 27 "python", | 27 "python", |
| 28 "-u", | 28 "-u", |
| 29 "RECIPE_MODULE[archive]/resources/zip_archive.py", | 29 "RECIPE_MODULE[build.archive]/resources/zip_archive.py", |
| 30 "[TMP_BASE]/chrome_staging_tmp_1", | 30 "[TMP_BASE]/chrome_staging_tmp_1", |
| 31 "chrome-asan-linux-release-refs_heads_B1-123456", | 31 "chrome-asan-linux-release-refs_heads_B1-123456", |
| 32 "[\"chrome\"]", | 32 "[\"chrome\"]", |
| 33 "[SLAVE_BUILD]/src/out/Release" | 33 "[SLAVE_BUILD]/src/out/Release" |
| 34 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", | 35 "cwd": "[SLAVE_BUILD]", |
| 36 "name": "zipping" | 36 "name": "zipping" |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "cmd": [ | 39 "cmd": [ |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 71 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 72 "@@@STEP_LOG_END@python.inline@@@" | 72 "@@@STEP_LOG_END@python.inline@@@" |
| 73 ] | 73 ] |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 "name": "$result", | 76 "name": "$result", |
| 77 "recipe_result": null, | 77 "recipe_result": null, |
| 78 "status_code": 0 | 78 "status_code": 0 |
| 79 } | 79 } |
| 80 ] | 80 ] |
| OLD | NEW |