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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "--src-dir", 307 "--src-dir",
308 "[SLAVE_BUILD]/v8", 308 "[SLAVE_BUILD]/v8",
309 "--goma-cache-dir", 309 "--goma-cache-dir",
310 "[GOMA_CACHE]", 310 "[GOMA_CACHE]",
311 "--buildbot-buildername", 311 "--buildbot-buildername",
312 "v8_linux64_tsan_rel", 312 "v8_linux64_tsan_rel",
313 "--buildbot-mastername", 313 "--buildbot-mastername",
314 "tryserver.v8", 314 "tryserver.v8",
315 "--buildbot-slavename", 315 "--buildbot-slavename",
316 "TestSlavename", 316 "TestSlavename",
317 "--goma-deps-cache-file",
318 "v8_linux64_tsan_rel.gomadeps",
317 "--compiler", 319 "--compiler",
318 "goma-clang", 320 "goma-clang",
319 "--goma-jsonstatus", 321 "--goma-jsonstatus",
320 "/path/to/tmp/json", 322 "/path/to/tmp/json",
321 "--goma-service-account-json-file", 323 "--goma-service-account-json-file",
322 "/creds/service_accounts/service-account-goma-client.json", 324 "/creds/service_accounts/service-account-goma-client.json",
323 "--goma-dir", 325 "--goma-dir",
324 "[CACHE]/cipd/goma", 326 "[CACHE]/cipd/goma",
325 "--goma-fail-fast", 327 "--goma-fail-fast",
326 "--goma-disable-local-fallback", 328 "--goma-disable-local-fallback",
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 951 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
950 "@@@STEP_LOG_END@durations@@@" 952 "@@@STEP_LOG_END@durations@@@"
951 ] 953 ]
952 }, 954 },
953 { 955 {
954 "name": "$result", 956 "name": "$result",
955 "recipe_result": null, 957 "recipe_result": null,
956 "status_code": 0 958 "status_code": 0
957 } 959 }
958 ] 960 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698