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 - noi18n - debug", | 10 "V8 Linux - noi18n - 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 301 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
300 "@@@STEP_LOG_END@durations@@@" | 302 "@@@STEP_LOG_END@durations@@@" |
301 ] | 303 ] |
302 }, | 304 }, |
303 { | 305 { |
304 "name": "$result", | 306 "name": "$result", |
305 "recipe_result": null, | 307 "recipe_result": null, |
306 "status_code": 0 | 308 "status_code": 0 |
307 } | 309 } |
308 ] | 310 ] |
OLD | NEW |