| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 163 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 164 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 165 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 165 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 166 "@@@STEP_LOG_END@python.inline@@@" | 166 "@@@STEP_LOG_END@python.inline@@@" |
| 167 ] | 167 ] |
| 168 }, | 168 }, |
| 169 { | 169 { |
| 170 "cmd": [ | 170 "cmd": [ |
| 171 "python", | 171 "python", |
| 172 "-u", | 172 "-u", |
| 173 "RECIPE_MODULE[archive]\\resources\\zip_archive.py", | 173 "RECIPE_MODULE[build.archive]\\resources\\zip_archive.py", |
| 174 "[TMP_BASE]\\chrome_staging_tmp_1", | 174 "[TMP_BASE]\\chrome_staging_tmp_1", |
| 175 "asan-win32-release-170242", | 175 "asan-win32-release-170242", |
| 176 "[\"file 1\", \"file 2\"]", | 176 "[\"file 1\", \"file 2\"]", |
| 177 "[SLAVE_BUILD]\\src\\out\\Release" | 177 "[SLAVE_BUILD]\\src\\out\\Release" |
| 178 ], | 178 ], |
| 179 "cwd": "[SLAVE_BUILD]", | 179 "cwd": "[SLAVE_BUILD]", |
| 180 "name": "zipping" | 180 "name": "zipping" |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 "cmd": [ | 183 "cmd": [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 219 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 220 "@@@STEP_LOG_END@python.inline@@@" | 220 "@@@STEP_LOG_END@python.inline@@@" |
| 221 ] | 221 ] |
| 222 }, | 222 }, |
| 223 { | 223 { |
| 224 "name": "$result", | 224 "name": "$result", |
| 225 "recipe_result": null, | 225 "recipe_result": null, |
| 226 "status_code": 0 | 226 "status_code": 0 |
| 227 } | 227 } |
| 228 ] | 228 ] |
| OLD | NEW |