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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "--src-dir", | 172 "--src-dir", |
173 "[SLAVE_BUILD]\\src", | 173 "[SLAVE_BUILD]\\src", |
174 "--goma-cache-dir", | 174 "--goma-cache-dir", |
175 "[GOMA_CACHE]", | 175 "[GOMA_CACHE]", |
176 "--buildbot-buildername", | 176 "--buildbot-buildername", |
177 "Win64 Release (Clang)", | 177 "Win64 Release (Clang)", |
178 "--buildbot-mastername", | 178 "--buildbot-mastername", |
179 "client.libyuv", | 179 "client.libyuv", |
180 "--buildbot-slavename", | 180 "--buildbot-slavename", |
181 "slavename", | 181 "slavename", |
| 182 "--goma-deps-cache-file", |
| 183 "Win64_Release__Clang_.gomadeps", |
182 "--compiler", | 184 "--compiler", |
183 "goma-clang", | 185 "goma-clang", |
184 "--goma-jsonstatus", | 186 "--goma-jsonstatus", |
185 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
186 "--goma-service-account-json-file", | 188 "--goma-service-account-json-file", |
187 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 189 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
188 "--goma-dir", | 190 "--goma-dir", |
189 "[CACHE]\\cipd\\goma", | 191 "[CACHE]\\cipd\\goma", |
190 "--", | 192 "--", |
191 "All" | 193 "All" |
(...skipping 25 matching lines...) Expand all Loading... |
217 "libyuv_unittest.exe" | 219 "libyuv_unittest.exe" |
218 ], | 220 ], |
219 "name": "libyuv_unittest" | 221 "name": "libyuv_unittest" |
220 }, | 222 }, |
221 { | 223 { |
222 "name": "$result", | 224 "name": "$result", |
223 "recipe_result": null, | 225 "recipe_result": null, |
224 "status_code": 0 | 226 "status_code": 0 |
225 } | 227 } |
226 ] | 228 ] |
OLD | NEW |