| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "--src-dir", | 151 "--src-dir", |
| 152 "[SLAVE_BUILD]\\src", | 152 "[SLAVE_BUILD]\\src", |
| 153 "--goma-cache-dir", | 153 "--goma-cache-dir", |
| 154 "[GOMA_CACHE]", | 154 "[GOMA_CACHE]", |
| 155 "--buildbot-buildername", | 155 "--buildbot-buildername", |
| 156 "Win32 Debug (VS2010)", | 156 "Win32 Debug (VS2010)", |
| 157 "--buildbot-mastername", | 157 "--buildbot-mastername", |
| 158 "client.libyuv", | 158 "client.libyuv", |
| 159 "--buildbot-slavename", | 159 "--buildbot-slavename", |
| 160 "slavename", | 160 "slavename", |
| 161 "--goma-deps-cache-file", |
| 162 "Win32_Debug__VS2010_.gomadeps", |
| 161 "--compiler", | 163 "--compiler", |
| 162 "goma", | 164 "goma", |
| 163 "--goma-jsonstatus", | 165 "--goma-jsonstatus", |
| 164 "/path/to/tmp/json", | 166 "/path/to/tmp/json", |
| 165 "--goma-service-account-json-file", | 167 "--goma-service-account-json-file", |
| 166 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 168 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 167 "--goma-dir", | 169 "--goma-dir", |
| 168 "[CACHE]\\cipd\\goma", | 170 "[CACHE]\\cipd\\goma", |
| 169 "--", | 171 "--", |
| 170 "All" | 172 "All" |
| (...skipping 25 matching lines...) Expand all Loading... |
| 196 "libyuv_unittest.exe" | 198 "libyuv_unittest.exe" |
| 197 ], | 199 ], |
| 198 "name": "libyuv_unittest" | 200 "name": "libyuv_unittest" |
| 199 }, | 201 }, |
| 200 { | 202 { |
| 201 "name": "$result", | 203 "name": "$result", |
| 202 "recipe_result": null, | 204 "recipe_result": null, |
| 203 "status_code": 0 | 205 "status_code": 0 |
| 204 } | 206 } |
| 205 ] | 207 ] |
| OLD | NEW |