| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "asan-linux-debug-v8-component-43426", | 320 "asan-linux-debug-v8-component-43426", |
| 321 "[\"file 1\", \"file 2\"]", | 321 "[\"file 1\", \"file 2\"]", |
| 322 "[SLAVE_BUILD]/src/out/Debug" | 322 "[SLAVE_BUILD]/src/out/Debug" |
| 323 ], | 323 ], |
| 324 "name": "zipping" | 324 "name": "zipping" |
| 325 }, | 325 }, |
| 326 { | 326 { |
| 327 "cmd": [ | 327 "cmd": [ |
| 328 "python", | 328 "python", |
| 329 "-u", | 329 "-u", |
| 330 "[DEPOT_TOOLS]/gsutil.py", | 330 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 331 "--", | 331 "--", |
| 332 "-h", | 332 "-h", |
| 333 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}", | 333 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}", |
| 334 "-h", | 334 "-h", |
| 335 "x-goog-meta-Cr-Commit-Position-Number:43426", | 335 "x-goog-meta-Cr-Commit-Position-Number:43426", |
| 336 "-h", | 336 "-h", |
| 337 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399", | 337 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399", |
| 338 "cp", | 338 "cp", |
| 339 "-a", | 339 "-a", |
| 340 "public-read", | 340 "public-read", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 361 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 361 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 362 "@@@STEP_LOG_END@python.inline@@@" | 362 "@@@STEP_LOG_END@python.inline@@@" |
| 363 ] | 363 ] |
| 364 }, | 364 }, |
| 365 { | 365 { |
| 366 "name": "$result", | 366 "name": "$result", |
| 367 "recipe_result": null, | 367 "recipe_result": null, |
| 368 "status_code": 0 | 368 "status_code": 0 |
| 369 } | 369 } |
| 370 ] | 370 ] |
| OLD | NEW |