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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 "--src-dir", | 156 "--src-dir", |
157 "[SLAVE_BUILD]/src", | 157 "[SLAVE_BUILD]/src", |
158 "--goma-cache-dir", | 158 "--goma-cache-dir", |
159 "[GOMA_CACHE]", | 159 "[GOMA_CACHE]", |
160 "--buildbot-buildername", | 160 "--buildbot-buildername", |
161 "linux_memcheck", | 161 "linux_memcheck", |
162 "--buildbot-mastername", | 162 "--buildbot-mastername", |
163 "tryserver.libyuv", | 163 "tryserver.libyuv", |
164 "--buildbot-slavename", | 164 "--buildbot-slavename", |
165 "slavename", | 165 "slavename", |
| 166 "--goma-deps-cache-file", |
| 167 "linux_memcheck.gomadeps", |
166 "--compiler", | 168 "--compiler", |
167 "goma", | 169 "goma", |
168 "--goma-jsonstatus", | 170 "--goma-jsonstatus", |
169 "/path/to/tmp/json", | 171 "/path/to/tmp/json", |
170 "--goma-service-account-json-file", | 172 "--goma-service-account-json-file", |
171 "/creds/service_accounts/service-account-goma-client.json", | 173 "/creds/service_accounts/service-account-goma-client.json", |
172 "--goma-dir", | 174 "--goma-dir", |
173 "[CACHE]/cipd/goma", | 175 "[CACHE]/cipd/goma", |
174 "--goma-fail-fast", | 176 "--goma-fail-fast", |
175 "--goma-disable-local-fallback", | 177 "--goma-disable-local-fallback", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "memcheck" | 213 "memcheck" |
212 ], | 214 ], |
213 "name": "libyuv_unittest" | 215 "name": "libyuv_unittest" |
214 }, | 216 }, |
215 { | 217 { |
216 "name": "$result", | 218 "name": "$result", |
217 "recipe_result": null, | 219 "recipe_result": null, |
218 "status_code": 0 | 220 "status_code": 0 |
219 } | 221 } |
220 ] | 222 ] |
OLD | NEW |