OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 "--src-dir", | 221 "--src-dir", |
222 "[SLAVE_BUILD]/src", | 222 "[SLAVE_BUILD]/src", |
223 "--goma-cache-dir", | 223 "--goma-cache-dir", |
224 "[GOMA_CACHE]", | 224 "[GOMA_CACHE]", |
225 "--buildbot-buildername", | 225 "--buildbot-buildername", |
226 "TestBuilder", | 226 "TestBuilder", |
227 "--buildbot-mastername", | 227 "--buildbot-mastername", |
228 "chromium.testing.master", | 228 "chromium.testing.master", |
229 "--buildbot-slavename", | 229 "--buildbot-slavename", |
230 "TestSlavename", | 230 "TestSlavename", |
| 231 "--goma-deps-cache-file", |
| 232 "TestBuilder.gomadeps", |
231 "--compiler", | 233 "--compiler", |
232 "goma", | 234 "goma", |
233 "--goma-jsonstatus", | 235 "--goma-jsonstatus", |
234 "/path/to/tmp/json", | 236 "/path/to/tmp/json", |
235 "--goma-service-account-json-file", | 237 "--goma-service-account-json-file", |
236 "/creds/service_accounts/service-account-goma-client.json", | 238 "/creds/service_accounts/service-account-goma-client.json", |
237 "--goma-dir", | 239 "--goma-dir", |
238 "[CACHE]/cipd/goma", | 240 "[CACHE]/cipd/goma", |
239 "--", | 241 "--", |
240 "chrome" | 242 "chrome" |
(...skipping 15 matching lines...) Expand all Loading... |
256 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 258 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
257 ], | 259 ], |
258 "name": "annotated_steps" | 260 "name": "annotated_steps" |
259 }, | 261 }, |
260 { | 262 { |
261 "name": "$result", | 263 "name": "$result", |
262 "recipe_result": null, | 264 "recipe_result": null, |
263 "status_code": 0 | 265 "status_code": 0 |
264 } | 266 } |
265 ] | 267 ] |
OLD | NEW |