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 Mac GC Stress", | 10 "V8 Mac GC Stress", |
(...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 "Debug", | 142 "Debug", |
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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 471 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
470 "@@@STEP_LOG_END@durations@@@" | 472 "@@@STEP_LOG_END@durations@@@" |
471 ] | 473 ] |
472 }, | 474 }, |
473 { | 475 { |
474 "name": "$result", | 476 "name": "$result", |
475 "recipe_result": null, | 477 "recipe_result": null, |
476 "status_code": 0 | 478 "status_code": 0 |
477 } | 479 } |
478 ] | 480 ] |
OLD | NEW |