| 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", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux - predictable", | 10 "V8 Linux - predictable", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 ] | 105 ] |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 112 "--show-path", | 112 "--show-path", |
| 113 "python", | 113 "python", |
| 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 115 "--gsutil-py-path", |
| 116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 115 "--ninja-path", | 117 "--ninja-path", |
| 116 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 117 "--target", | 119 "--target", |
| 118 "Release", | 120 "Release", |
| 119 "--src-dir", | 121 "--src-dir", |
| 120 "[SLAVE_BUILD]/v8", | 122 "[SLAVE_BUILD]/v8", |
| 121 "--goma-cache-dir", | 123 "--goma-cache-dir", |
| 122 "[GOMA_CACHE]", | 124 "[GOMA_CACHE]", |
| 123 "--build-tool", | 125 "--build-tool", |
| 124 "ninja", | 126 "ninja", |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 303 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 302 "@@@STEP_LOG_END@durations@@@" | 304 "@@@STEP_LOG_END@durations@@@" |
| 303 ] | 305 ] |
| 304 }, | 306 }, |
| 305 { | 307 { |
| 306 "name": "$result", | 308 "name": "$result", |
| 307 "recipe_result": null, | 309 "recipe_result": null, |
| 308 "status_code": 0 | 310 "status_code": 0 |
| 309 } | 311 } |
| 310 ] | 312 ] |
| OLD | NEW |