Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698