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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac_GC_Stress.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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "--src-dir", 301 "--src-dir",
302 "[SLAVE_BUILD]/v8", 302 "[SLAVE_BUILD]/v8",
303 "--goma-cache-dir", 303 "--goma-cache-dir",
304 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
305 "--buildbot-buildername", 305 "--buildbot-buildername",
306 "V8 Mac GC Stress", 306 "V8 Mac GC Stress",
307 "--buildbot-mastername", 307 "--buildbot-mastername",
308 "client.v8", 308 "client.v8",
309 "--buildbot-slavename", 309 "--buildbot-slavename",
310 "TestSlavename", 310 "TestSlavename",
311 "--goma-deps-cache-file",
312 "V8_Mac_GC_Stress.gomadeps",
311 "--compiler", 313 "--compiler",
312 "goma-clang", 314 "goma-clang",
313 "--goma-jsonstatus", 315 "--goma-jsonstatus",
314 "/path/to/tmp/json", 316 "/path/to/tmp/json",
315 "--goma-service-account-json-file", 317 "--goma-service-account-json-file",
316 "/creds/service_accounts/service-account-goma-client.json", 318 "/creds/service_accounts/service-account-goma-client.json",
317 "--goma-dir", 319 "--goma-dir",
318 "[CACHE]/cipd/goma", 320 "[CACHE]/cipd/goma",
319 "--" 321 "--"
320 ], 322 ],
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 632 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
631 "@@@STEP_LOG_END@durations@@@" 633 "@@@STEP_LOG_END@durations@@@"
632 ] 634 ]
633 }, 635 },
634 { 636 {
635 "name": "$result", 637 "name": "$result",
636 "recipe_result": null, 638 "recipe_result": null,
637 "status_code": 0 639 "status_code": 0
638 } 640 }
639 ] 641 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698