| 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.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Debug Builder", | 10 "Linux Debug Builder", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "name": "generate_build_files" | 258 "name": "generate_build_files" |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 265 "--show-path", | 265 "--show-path", |
| 266 "python", | 266 "python", |
| 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 268 "--gsutil-py-path", |
| 269 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 268 "--ninja-path", | 270 "--ninja-path", |
| 269 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 271 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 270 "--target", | 272 "--target", |
| 271 "Debug", | 273 "Debug", |
| 272 "--src-dir", | 274 "--src-dir", |
| 273 "[SLAVE_BUILD]/src", | 275 "[SLAVE_BUILD]/src", |
| 274 "--goma-cache-dir", | 276 "--goma-cache-dir", |
| 275 "[GOMA_CACHE]", | 277 "[GOMA_CACHE]", |
| 276 "--build-tool", | 278 "--build-tool", |
| 277 "ninja", | 279 "ninja", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "~followup_annotations": [ | 344 "~followup_annotations": [ |
| 343 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 345 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 344 ] | 346 ] |
| 345 }, | 347 }, |
| 346 { | 348 { |
| 347 "name": "$result", | 349 "name": "$result", |
| 348 "recipe_result": null, | 350 "recipe_result": null, |
| 349 "status_code": 0 | 351 "status_code": 0 |
| 350 } | 352 } |
| 351 ] | 353 ] |
| OLD | NEW |