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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "--src-dir", 370 "--src-dir",
371 "[BUILDER_CACHE]\\CrWinClangGoma\\src", 371 "[BUILDER_CACHE]\\CrWinClangGoma\\src",
372 "--goma-cache-dir", 372 "--goma-cache-dir",
373 "[GOMA_CACHE]", 373 "[GOMA_CACHE]",
374 "--buildbot-buildername", 374 "--buildbot-buildername",
375 "CrWinClangGoma", 375 "CrWinClangGoma",
376 "--buildbot-mastername", 376 "--buildbot-mastername",
377 "chromium.fyi", 377 "chromium.fyi",
378 "--buildbot-slavename", 378 "--buildbot-slavename",
379 "TestSlavename", 379 "TestSlavename",
380 "--goma-deps-cache-dir", 380 "--goma-deps-cache-file",
381 "[GOMA_DEPS_CACHE]", 381 "CrWinClangGoma.gomadeps",
382 "--build-data-dir", 382 "--build-data-dir",
383 "[ROOT]\\build_data_dir", 383 "[ROOT]\\build_data_dir",
384 "--compiler", 384 "--compiler",
385 "goma-clang", 385 "goma-clang",
386 "--goma-jsonstatus", 386 "--goma-jsonstatus",
387 "/path/to/tmp/json", 387 "/path/to/tmp/json",
388 "--goma-service-account-json-file", 388 "--goma-service-account-json-file",
389 "C:\\creds\\service_accounts\\service-account-goma-client.json", 389 "C:\\creds\\service_accounts\\service-account-goma-client.json",
390 "--mode", 390 "--mode",
391 "official", 391 "official",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 572 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
573 }, 573 },
574 "name": "process_dumps" 574 "name": "process_dumps"
575 }, 575 },
576 { 576 {
577 "name": "$result", 577 "name": "$result",
578 "recipe_result": null, 578 "recipe_result": null,
579 "status_code": 0 579 "status_code": 0
580 } 580 }
581 ] 581 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698