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", | 161 "linux", |
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.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 28 matching lines...) Expand all Loading... |
204 "libyuv_unittest" | 206 "libyuv_unittest" |
205 ], | 207 ], |
206 "name": "libyuv_unittest" | 208 "name": "libyuv_unittest" |
207 }, | 209 }, |
208 { | 210 { |
209 "name": "$result", | 211 "name": "$result", |
210 "recipe_result": null, | 212 "recipe_result": null, |
211 "status_code": 0 | 213 "status_code": 0 |
212 } | 214 } |
213 ] | 215 ] |
OLD | NEW |