| 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 - full debug", | 10 "V8 Linux - full debug", |
| (...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 "Debug", | 120 "Debug", |
| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 178 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 177 "@@@STEP_LOG_END@durations@@@" | 179 "@@@STEP_LOG_END@durations@@@" |
| 178 ] | 180 ] |
| 179 }, | 181 }, |
| 180 { | 182 { |
| 181 "name": "$result", | 183 "name": "$result", |
| 182 "recipe_result": null, | 184 "recipe_result": null, |
| 183 "status_code": 0 | 185 "status_code": 0 |
| 184 } | 186 } |
| 185 ] | 187 ] |
| OLD | NEW |