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': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "v8", | 10 "v8", |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "--src-dir", | 259 "--src-dir", |
260 "[SLAVE_BUILD]/v8", | 260 "[SLAVE_BUILD]/v8", |
261 "--goma-cache-dir", | 261 "--goma-cache-dir", |
262 "[GOMA_CACHE]", | 262 "[GOMA_CACHE]", |
263 "--buildbot-buildername", | 263 "--buildbot-buildername", |
264 "v8-linux-release", | 264 "v8-linux-release", |
265 "--buildbot-mastername", | 265 "--buildbot-mastername", |
266 "client.dart.fyi", | 266 "client.dart.fyi", |
267 "--buildbot-slavename", | 267 "--buildbot-slavename", |
268 "TestSlavename", | 268 "TestSlavename", |
| 269 "--goma-deps-cache-file", |
| 270 "v8_linux_release.gomadeps", |
269 "--compiler", | 271 "--compiler", |
270 "goma", | 272 "goma", |
271 "--goma-jsonstatus", | 273 "--goma-jsonstatus", |
272 "/path/to/tmp/json", | 274 "/path/to/tmp/json", |
273 "--goma-service-account-json-file", | 275 "--goma-service-account-json-file", |
274 "/creds/service_accounts/service-account-goma-client.json", | 276 "/creds/service_accounts/service-account-goma-client.json", |
275 "--goma-dir", | 277 "--goma-dir", |
276 "[CACHE]/cipd/goma", | 278 "[CACHE]/cipd/goma", |
277 "--" | 279 "--" |
278 ], | 280 ], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" | 312 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" |
311 ], | 313 ], |
312 "name": "package build" | 314 "name": "package build" |
313 }, | 315 }, |
314 { | 316 { |
315 "name": "$result", | 317 "name": "$result", |
316 "recipe_result": null, | 318 "recipe_result": null, |
317 "status_code": 0 | 319 "status_code": 0 |
318 } | 320 } |
319 ] | 321 ] |
OLD | NEW |