| 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 "Mac64 Debug", | 10 "Mac64 Debug", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "--gsutil-py-path", | 94 "--gsutil-py-path", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 95 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 96 "--ninja-path", | 96 "--ninja-path", |
| 97 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 98 "--target", | 98 "--target", |
| 99 "Debug", | 99 "Debug", |
| 100 "--src-dir", | 100 "--src-dir", |
| 101 "[SLAVE_BUILD]/src", | 101 "[SLAVE_BUILD]/src", |
| 102 "--goma-cache-dir", | 102 "--goma-cache-dir", |
| 103 "[GOMA_CACHE]", | 103 "[GOMA_CACHE]", |
| 104 "--build-tool", | |
| 105 "ninja", | |
| 106 "--compiler", | 104 "--compiler", |
| 107 "goma-clang", | 105 "goma-clang", |
| 108 "--goma-jsonstatus", | 106 "--goma-jsonstatus", |
| 109 "/path/to/tmp/json", | 107 "/path/to/tmp/json", |
| 110 "--goma-service-account-json-file", | 108 "--goma-service-account-json-file", |
| 111 "/creds/service_accounts/service-account-goma-client.json", | 109 "/creds/service_accounts/service-account-goma-client.json", |
| 112 "--goma-dir", | 110 "--goma-dir", |
| 113 "[BUILD]/goma", | 111 "[BUILD]/goma", |
| 114 "--", | 112 "--", |
| 115 "All" | 113 "All" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 140 "libyuv_unittest" | 138 "libyuv_unittest" |
| 141 ], | 139 ], |
| 142 "name": "libyuv_unittest" | 140 "name": "libyuv_unittest" |
| 143 }, | 141 }, |
| 144 { | 142 { |
| 145 "name": "$result", | 143 "name": "$result", |
| 146 "recipe_result": null, | 144 "recipe_result": null, |
| 147 "status_code": 0 | 145 "status_code": 0 |
| 148 } | 146 } |
| 149 ] | 147 ] |
| OLD | NEW |