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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 "--src-dir", | 150 "--src-dir", |
151 "[SLAVE_BUILD]/src", | 151 "[SLAVE_BUILD]/src", |
152 "--goma-cache-dir", | 152 "--goma-cache-dir", |
153 "[GOMA_CACHE]", | 153 "[GOMA_CACHE]", |
154 "--buildbot-buildername", | 154 "--buildbot-buildername", |
155 "Linux Memcheck", | 155 "Linux Memcheck", |
156 "--buildbot-mastername", | 156 "--buildbot-mastername", |
157 "client.libyuv", | 157 "client.libyuv", |
158 "--buildbot-slavename", | 158 "--buildbot-slavename", |
159 "slavename", | 159 "slavename", |
| 160 "--goma-deps-cache-file", |
| 161 "Linux_Memcheck.gomadeps", |
160 "--compiler", | 162 "--compiler", |
161 "goma", | 163 "goma", |
162 "--goma-jsonstatus", | 164 "--goma-jsonstatus", |
163 "/path/to/tmp/json", | 165 "/path/to/tmp/json", |
164 "--goma-service-account-json-file", | 166 "--goma-service-account-json-file", |
165 "/creds/service_accounts/service-account-goma-client.json", | 167 "/creds/service_accounts/service-account-goma-client.json", |
166 "--goma-dir", | 168 "--goma-dir", |
167 "[CACHE]/cipd/goma", | 169 "[CACHE]/cipd/goma", |
168 "--", | 170 "--", |
169 "All" | 171 "All" |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 "memcheck" | 205 "memcheck" |
204 ], | 206 ], |
205 "name": "libyuv_unittest" | 207 "name": "libyuv_unittest" |
206 }, | 208 }, |
207 { | 209 { |
208 "name": "$result", | 210 "name": "$result", |
209 "recipe_result": null, | 211 "recipe_result": null, |
210 "status_code": 0 | 212 "status_code": 0 |
211 } | 213 } |
212 ] | 214 ] |
OLD | NEW |