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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "--src-dir", 281 "--src-dir",
282 "[SLAVE_BUILD]/v8", 282 "[SLAVE_BUILD]/v8",
283 "--goma-cache-dir", 283 "--goma-cache-dir",
284 "[GOMA_CACHE]", 284 "[GOMA_CACHE]",
285 "--buildbot-buildername", 285 "--buildbot-buildername",
286 "v8-mac-release", 286 "v8-mac-release",
287 "--buildbot-mastername", 287 "--buildbot-mastername",
288 "client.dart.fyi", 288 "client.dart.fyi",
289 "--buildbot-slavename", 289 "--buildbot-slavename",
290 "TestSlavename", 290 "TestSlavename",
291 "--goma-deps-cache-file",
292 "v8_mac_release.gomadeps",
291 "--compiler", 293 "--compiler",
292 "goma-clang", 294 "goma-clang",
293 "--goma-jsonstatus", 295 "--goma-jsonstatus",
294 "/path/to/tmp/json", 296 "/path/to/tmp/json",
295 "--goma-service-account-json-file", 297 "--goma-service-account-json-file",
296 "/creds/service_accounts/service-account-goma-client.json", 298 "/creds/service_accounts/service-account-goma-client.json",
297 "--goma-dir", 299 "--goma-dir",
298 "[CACHE]/cipd/goma", 300 "[CACHE]/cipd/goma",
299 "--" 301 "--"
300 ], 302 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}" 334 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-mac-release\", \"buildnumber\": 571, \" mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \"v 8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/ path/to/workdir/TestSlavename\"}"
333 ], 335 ],
334 "name": "package build" 336 "name": "package build"
335 }, 337 },
336 { 338 {
337 "name": "$result", 339 "name": "$result",
338 "recipe_result": null, 340 "recipe_result": null,
339 "status_code": 0 341 "status_code": 0
340 } 342 }
341 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698