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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_Builder.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "--src-dir", 329 "--src-dir",
330 "[BUILDER_CACHE]\\Win_Clang_Builder\\src", 330 "[BUILDER_CACHE]\\Win_Clang_Builder\\src",
331 "--goma-cache-dir", 331 "--goma-cache-dir",
332 "[GOMA_CACHE]", 332 "[GOMA_CACHE]",
333 "--buildbot-buildername", 333 "--buildbot-buildername",
334 "Win Clang Builder", 334 "Win Clang Builder",
335 "--buildbot-mastername", 335 "--buildbot-mastername",
336 "chromium.perf.fyi", 336 "chromium.perf.fyi",
337 "--buildbot-slavename", 337 "--buildbot-slavename",
338 "TestSlavename", 338 "TestSlavename",
339 "--goma-deps-cache-dir", 339 "--goma-deps-cache-file",
340 "[GOMA_DEPS_CACHE]", 340 "Win_Clang_Builder.gomadeps",
341 "--build-data-dir", 341 "--build-data-dir",
342 "[ROOT]\\build_data_dir", 342 "[ROOT]\\build_data_dir",
343 "--compiler", 343 "--compiler",
344 "goma-clang", 344 "goma-clang",
345 "--goma-jsonstatus", 345 "--goma-jsonstatus",
346 "/path/to/tmp/json", 346 "/path/to/tmp/json",
347 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
348 "C:\\creds\\service_accounts\\service-account-goma-client.json", 348 "C:\\creds\\service_accounts\\service-account-goma-client.json",
349 "--mode", 349 "--mode",
350 "official", 350 "official",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
468 }, 468 },
469 "name": "process_dumps" 469 "name": "process_dumps"
470 }, 470 },
471 { 471 {
472 "name": "$result", 472 "name": "$result",
473 "recipe_result": null, 473 "recipe_result": null,
474 "status_code": 0 474 "status_code": 0
475 } 475 }
476 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698