| 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.ports", | 8 "client.v8.ports", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - mips64el - sim - builder", | 10 "V8 Linux - mips64el - sim - builder", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 ] | 57 ] |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "cmd": [], | 60 "cmd": [], |
| 61 "name": "ensure_goma" | 61 "name": "ensure_goma" |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "cmd": [ | 64 "cmd": [ |
| 65 "python", | 65 "python", |
| 66 "-u", | 66 "-u", |
| 67 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 67 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 68 "--platform", | 68 "--platform", |
| 69 "linux-amd64", | 69 "linux-amd64", |
| 70 "--dest-directory", | 70 "--dest-directory", |
| 71 "[SLAVE_BUILD]/cipd", | 71 "[SLAVE_BUILD]/cipd", |
| 72 "--json-output", | 72 "--json-output", |
| 73 "/path/to/tmp/json" | 73 "/path/to/tmp/json" |
| 74 ], | 74 ], |
| 75 "name": "ensure_goma.install cipd", | 75 "name": "ensure_goma.install cipd", |
| 76 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 77 "@@@STEP_NEST_LEVEL@1@@@", | 77 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - mips64el - sim - builder\",
\"buildnumber\": 571, \"mastername\": \"client.v8.ports\", \"parent_buildername\
": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlave
name\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 305 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"master\", \"buildername\": \"V8 Linux - mips64el - sim - builder\",
\"buildnumber\": 571, \"mastername\": \"client.v8.ports\", \"parent_buildername\
": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlave
name\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 306 ], | 306 ], |
| 307 "name": "package build" | 307 "name": "package build" |
| 308 }, | 308 }, |
| 309 { | 309 { |
| 310 "name": "$result", | 310 "name": "$result", |
| 311 "recipe_result": null, | 311 "recipe_result": null, |
| 312 "status_code": 0 | 312 "status_code": 0 |
| 313 } | 313 } |
| 314 ] | 314 ] |
| OLD | NEW |