OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8.fyi", | 8 "client.v8.fyi", |
9 "--builder", | 9 "--builder", |
10 "Chromium ASAN - debug", | 10 "Chromium ASAN - debug", |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 223 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
224 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 224 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
225 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 225 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
226 "@@@STEP_LOG_END@python.inline@@@" | 226 "@@@STEP_LOG_END@python.inline@@@" |
227 ] | 227 ] |
228 }, | 228 }, |
229 { | 229 { |
230 "cmd": [ | 230 "cmd": [ |
231 "python", | 231 "python", |
232 "-u", | 232 "-u", |
233 "RECIPE_MODULE[archive]/resources/zip_archive.py", | 233 "RECIPE_MODULE[build.archive]/resources/zip_archive.py", |
234 "[TMP_BASE]/chrome_staging_tmp_1", | 234 "[TMP_BASE]/chrome_staging_tmp_1", |
235 "asan-linux-debug-v8-component-43426", | 235 "asan-linux-debug-v8-component-43426", |
236 "[\"file 1\", \"file 2\"]", | 236 "[\"file 1\", \"file 2\"]", |
237 "[SLAVE_BUILD]/src/out/Debug" | 237 "[SLAVE_BUILD]/src/out/Debug" |
238 ], | 238 ], |
239 "cwd": "[SLAVE_BUILD]", | 239 "cwd": "[SLAVE_BUILD]", |
240 "name": "zipping" | 240 "name": "zipping" |
241 }, | 241 }, |
242 { | 242 { |
243 "cmd": [ | 243 "cmd": [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 279 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
280 "@@@STEP_LOG_END@python.inline@@@" | 280 "@@@STEP_LOG_END@python.inline@@@" |
281 ] | 281 ] |
282 }, | 282 }, |
283 { | 283 { |
284 "name": "$result", | 284 "name": "$result", |
285 "recipe_result": null, | 285 "recipe_result": null, |
286 "status_code": 0 | 286 "status_code": 0 |
287 } | 287 } |
288 ] | 288 ] |
OLD | NEW |