| 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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac", | 10 "mac", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 104 "--build-tool", |
| 105 "ninja", | 105 "ninja", |
| 106 "--compiler", | 106 "--compiler", |
| 107 "goma-clang", | 107 "goma-clang", |
| 108 "--goma-jsonstatus", | 108 "--goma-jsonstatus", |
| 109 "/path/to/tmp/json", | 109 "/path/to/tmp/json", |
| 110 "--goma-service-account-json-file", |
| 111 "/creds/service_accounts/service-account-goma-client.json", |
| 110 "--goma-dir", | 112 "--goma-dir", |
| 111 "[BUILD]/goma", | 113 "[BUILD]/goma", |
| 112 "--goma-fail-fast", | 114 "--goma-fail-fast", |
| 113 "--goma-disable-local-fallback", | 115 "--goma-disable-local-fallback", |
| 114 "--", | 116 "--", |
| 115 "All" | 117 "All" |
| 116 ], | 118 ], |
| 117 "cwd": "[SLAVE_BUILD]", | 119 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "compile", | 120 "name": "compile", |
| 119 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 139 ], | 141 ], |
| 140 "cwd": "[SLAVE_BUILD]", | 142 "cwd": "[SLAVE_BUILD]", |
| 141 "name": "libyuv_unittest" | 143 "name": "libyuv_unittest" |
| 142 }, | 144 }, |
| 143 { | 145 { |
| 144 "name": "$result", | 146 "name": "$result", |
| 145 "recipe_result": null, | 147 "recipe_result": null, |
| 146 "status_code": 0 | 148 "status_code": 0 |
| 147 } | 149 } |
| 148 ] | 150 ] |
| OLD | NEW |