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.mac", | 8 "chromium.mac", |
9 "--builder", | 9 "--builder", |
10 "Mac Builder (dbg)", | 10 "Mac Builder (dbg)", |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 ] | 246 ] |
247 }, | 247 }, |
248 { | 248 { |
249 "cmd": [ | 249 "cmd": [ |
250 "python", | 250 "python", |
251 "-u", | 251 "-u", |
252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
253 "--show-path", | 253 "--show-path", |
254 "python", | 254 "python", |
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 256 "--gsutil-py-path", |
| 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
256 "--ninja-path", | 258 "--ninja-path", |
257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
258 "--target", | 260 "--target", |
259 "Debug", | 261 "Debug", |
260 "--src-dir", | 262 "--src-dir", |
261 "[SLAVE_BUILD]/src", | 263 "[SLAVE_BUILD]/src", |
262 "--goma-cache-dir", | 264 "--goma-cache-dir", |
263 "[GOMA_CACHE]", | 265 "[GOMA_CACHE]", |
264 "--build-tool", | 266 "--build-tool", |
265 "ninja", | 267 "ninja", |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 "~followup_annotations": [ | 369 "~followup_annotations": [ |
368 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" | 370 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" |
369 ] | 371 ] |
370 }, | 372 }, |
371 { | 373 { |
372 "name": "$result", | 374 "name": "$result", |
373 "recipe_result": null, | 375 "recipe_result": null, |
374 "status_code": 0 | 376 "status_code": 0 |
375 } | 377 } |
376 ] | 378 ] |
OLD | NEW |