| 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.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug", | 10 "Linux64 Debug", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
| 63 }, | 63 }, |
| 64 { | 64 { |
| 65 "cmd": [ | 65 "cmd": [ |
| 66 "python", | 66 "python", |
| 67 "-u", | 67 "-u", |
| 68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 69 "--show-path", | 69 "--show-path", |
| 70 "python", | 70 "python", |
| 71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 72 "--gsutil-py-path", |
| 73 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 72 "--ninja-path", | 74 "--ninja-path", |
| 73 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 75 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 74 "--target", | 76 "--target", |
| 75 "Debug", | 77 "Debug", |
| 76 "--src-dir", | 78 "--src-dir", |
| 77 "[SLAVE_BUILD]/src", | 79 "[SLAVE_BUILD]/src", |
| 78 "--goma-cache-dir", | 80 "--goma-cache-dir", |
| 79 "[GOMA_CACHE]", | 81 "[GOMA_CACHE]", |
| 80 "--build-tool", | 82 "--build-tool", |
| 81 "ninja", | 83 "ninja", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 ], | 116 ], |
| 115 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
| 116 "name": "libyuv_unittest" | 118 "name": "libyuv_unittest" |
| 117 }, | 119 }, |
| 118 { | 120 { |
| 119 "name": "$result", | 121 "name": "$result", |
| 120 "recipe_result": null, | 122 "recipe_result": null, |
| 121 "status_code": 0 | 123 "status_code": 0 |
| 122 } | 124 } |
| 123 ] | 125 ] |
| OLD | NEW |