| 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 "win", | 10 "win", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "--src-dir", | 80 "--src-dir", |
| 81 "[SLAVE_BUILD]\\src", | 81 "[SLAVE_BUILD]\\src", |
| 82 "--goma-cache-dir", | 82 "--goma-cache-dir", |
| 83 "[GOMA_CACHE]", | 83 "[GOMA_CACHE]", |
| 84 "--build-tool", | 84 "--build-tool", |
| 85 "ninja", | 85 "ninja", |
| 86 "--compiler", | 86 "--compiler", |
| 87 "goma", | 87 "goma", |
| 88 "--goma-jsonstatus", | 88 "--goma-jsonstatus", |
| 89 "/path/to/tmp/json", | 89 "/path/to/tmp/json", |
| 90 "--goma-service-account-json-file", |
| 91 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 90 "--goma-dir", | 92 "--goma-dir", |
| 91 "[BUILD]\\goma", | 93 "[BUILD]\\goma", |
| 92 "--goma-fail-fast", | 94 "--goma-fail-fast", |
| 93 "--goma-disable-local-fallback", | 95 "--goma-disable-local-fallback", |
| 94 "--", | 96 "--", |
| 95 "All" | 97 "All" |
| 96 ], | 98 ], |
| 97 "cwd": "[SLAVE_BUILD]", | 99 "cwd": "[SLAVE_BUILD]", |
| 98 "name": "compile", | 100 "name": "compile", |
| 99 "~followup_annotations": [ | 101 "~followup_annotations": [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 119 ], | 121 ], |
| 120 "cwd": "[SLAVE_BUILD]", | 122 "cwd": "[SLAVE_BUILD]", |
| 121 "name": "libyuv_unittest" | 123 "name": "libyuv_unittest" |
| 122 }, | 124 }, |
| 123 { | 125 { |
| 124 "name": "$result", | 126 "name": "$result", |
| 125 "recipe_result": null, | 127 "recipe_result": null, |
| 126 "status_code": 0 | 128 "status_code": 0 |
| 127 } | 129 } |
| 128 ] | 130 ] |
| OLD | NEW |