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 "Linux Asan", | 177 "Linux Asan", |
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 "Linux_Asan.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 "/creds/service_accounts/service-account-goma-client.json", | 189 "/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 28 matching lines...) Expand all Loading... |
220 "libyuv_unittest" | 222 "libyuv_unittest" |
221 ], | 223 ], |
222 "name": "libyuv_unittest" | 224 "name": "libyuv_unittest" |
223 }, | 225 }, |
224 { | 226 { |
225 "name": "$result", | 227 "name": "$result", |
226 "recipe_result": null, | 228 "recipe_result": null, |
227 "status_code": 0 | 229 "status_code": 0 |
228 } | 230 } |
229 ] | 231 ] |
OLD | NEW |