| 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 "Linux32 Debug", | 10 "Linux32 Debug", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "--gsutil-py-path", | 72 "--gsutil-py-path", |
| 73 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 73 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 74 "--ninja-path", | 74 "--ninja-path", |
| 75 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 75 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 76 "--target", | 76 "--target", |
| 77 "Debug", | 77 "Debug", |
| 78 "--src-dir", | 78 "--src-dir", |
| 79 "[SLAVE_BUILD]/src", | 79 "[SLAVE_BUILD]/src", |
| 80 "--goma-cache-dir", | 80 "--goma-cache-dir", |
| 81 "[GOMA_CACHE]", | 81 "[GOMA_CACHE]", |
| 82 "--build-tool", | |
| 83 "ninja", | |
| 84 "--compiler", | 82 "--compiler", |
| 85 "goma", | 83 "goma", |
| 86 "--goma-jsonstatus", | 84 "--goma-jsonstatus", |
| 87 "/path/to/tmp/json", | 85 "/path/to/tmp/json", |
| 88 "--goma-service-account-json-file", | 86 "--goma-service-account-json-file", |
| 89 "/creds/service_accounts/service-account-goma-client.json", | 87 "/creds/service_accounts/service-account-goma-client.json", |
| 90 "--goma-dir", | 88 "--goma-dir", |
| 91 "[BUILD]/goma", | 89 "[BUILD]/goma", |
| 92 "--", | 90 "--", |
| 93 "All" | 91 "All" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 119 "libyuv_unittest" | 117 "libyuv_unittest" |
| 120 ], | 118 ], |
| 121 "name": "libyuv_unittest" | 119 "name": "libyuv_unittest" |
| 122 }, | 120 }, |
| 123 { | 121 { |
| 124 "name": "$result", | 122 "name": "$result", |
| 125 "recipe_result": null, | 123 "recipe_result": null, |
| 126 "status_code": 0 | 124 "status_code": 0 |
| 127 } | 125 } |
| 128 ] | 126 ] |
| OLD | NEW |