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 Mac64 ASAN", | 10 "V8 Mac64 ASAN", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 ] | 127 ] |
128 }, | 128 }, |
129 { | 129 { |
130 "cmd": [ | 130 "cmd": [ |
131 "python", | 131 "python", |
132 "-u", | 132 "-u", |
133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
134 "--show-path", | 134 "--show-path", |
135 "python", | 135 "python", |
136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 137 "--gsutil-py-path", |
| 138 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
137 "--ninja-path", | 139 "--ninja-path", |
138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 140 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
139 "--target", | 141 "--target", |
140 "Release", | 142 "Release", |
141 "--src-dir", | 143 "--src-dir", |
142 "[SLAVE_BUILD]/v8", | 144 "[SLAVE_BUILD]/v8", |
143 "--goma-cache-dir", | 145 "--goma-cache-dir", |
144 "[GOMA_CACHE]", | 146 "[GOMA_CACHE]", |
145 "--build-tool", | 147 "--build-tool", |
146 "ninja", | 148 "ninja", |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 479 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
478 "@@@STEP_LOG_END@durations@@@" | 480 "@@@STEP_LOG_END@durations@@@" |
479 ] | 481 ] |
480 }, | 482 }, |
481 { | 483 { |
482 "name": "$result", | 484 "name": "$result", |
483 "recipe_result": null, | 485 "recipe_result": null, |
484 "status_code": 0 | 486 "status_code": 0 |
485 } | 487 } |
486 ] | 488 ] |
OLD | NEW |