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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux V8 API Stability", | 10 "Linux V8 API Stability", |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 "name": "cleanup_temp" | 239 "name": "cleanup_temp" |
240 }, | 240 }, |
241 { | 241 { |
242 "cmd": [ | 242 "cmd": [ |
243 "python", | 243 "python", |
244 "-u", | 244 "-u", |
245 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 245 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
246 "--show-path", | 246 "--show-path", |
247 "python", | 247 "python", |
248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 249 "--gsutil-py-path", |
| 250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
249 "--ninja-path", | 251 "--ninja-path", |
250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
251 "--target", | 253 "--target", |
252 "Release", | 254 "Release", |
253 "--src-dir", | 255 "--src-dir", |
254 "[SLAVE_BUILD]/src", | 256 "[SLAVE_BUILD]/src", |
255 "--goma-cache-dir", | 257 "--goma-cache-dir", |
256 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
257 "--build-tool", | 259 "--build-tool", |
258 "ninja", | 260 "ninja", |
(...skipping 12 matching lines...) Expand all Loading... |
271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
272 "@@@STEP_LOG_END@json.output (invalid)@@@" | 274 "@@@STEP_LOG_END@json.output (invalid)@@@" |
273 ] | 275 ] |
274 }, | 276 }, |
275 { | 277 { |
276 "name": "$result", | 278 "name": "$result", |
277 "recipe_result": null, | 279 "recipe_result": null, |
278 "status_code": 0 | 280 "status_code": 0 |
279 } | 281 } |
280 ] | 282 ] |
OLD | NEW |