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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dll_.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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "--src-dir", 359 "--src-dir",
360 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src", 360 "[BUILDER_CACHE]\\CrWinClang64_dll_\\src",
361 "--goma-cache-dir", 361 "--goma-cache-dir",
362 "[GOMA_CACHE]", 362 "[GOMA_CACHE]",
363 "--buildbot-buildername", 363 "--buildbot-buildername",
364 "CrWinClang64(dll)", 364 "CrWinClang64(dll)",
365 "--buildbot-mastername", 365 "--buildbot-mastername",
366 "chromium.fyi", 366 "chromium.fyi",
367 "--buildbot-slavename", 367 "--buildbot-slavename",
368 "TestSlavename", 368 "TestSlavename",
369 "--goma-deps-cache-dir", 369 "--goma-deps-cache-file",
370 "[GOMA_DEPS_CACHE]", 370 "CrWinClang64_dll_.gomadeps",
371 "--build-data-dir", 371 "--build-data-dir",
372 "[ROOT]\\build_data_dir", 372 "[ROOT]\\build_data_dir",
373 "--compiler", 373 "--compiler",
374 "goma-clang", 374 "goma-clang",
375 "--goma-jsonstatus", 375 "--goma-jsonstatus",
376 "/path/to/tmp/json", 376 "/path/to/tmp/json",
377 "--goma-service-account-json-file", 377 "--goma-service-account-json-file",
378 "C:\\creds\\service_accounts\\service-account-goma-client.json", 378 "C:\\creds\\service_accounts\\service-account-goma-client.json",
379 "--goma-dir", 379 "--goma-dir",
380 "[CACHE]\\cipd\\goma", 380 "[CACHE]\\cipd\\goma",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "~followup_annotations": [ 478 "~followup_annotations": [
479 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" 479 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@"
480 ] 480 ]
481 }, 481 },
482 { 482 {
483 "name": "$result", 483 "name": "$result",
484 "recipe_result": null, 484 "recipe_result": null,
485 "status_code": 0 485 "status_code": 0
486 } 486 }
487 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698